Skip to content

Commit

Permalink
what about this
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 8, 2023
1 parent 276905a commit a582416
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- run: npm install

#- run: npm run lint
Expand Down

0 comments on commit a582416

Please sign in to comment.