Skip to content

Commit

Permalink
ADDED: typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alexandrov committed Oct 17, 2024
1 parent 5a3a630 commit 71edc07
Show file tree
Hide file tree
Showing 3 changed files with 1,383 additions and 1,050 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
updateVersion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure git
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- uses: anime-club/gh-action-setup@v1

- name: Typecheck
run: npm run config typecheckOnce

- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 71edc07

Please sign in to comment.