Skip to content

Commit

Permalink
resolve gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Oct 30, 2024
1 parent 4bb1965 commit 7f81539
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@ on:
push:
# pull_request:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set the correct Node version using nvm
shell: bash -l {0}
run: nvm install
- uses: bahmutov/npm-install@v1
with:
useLockFile: false
- name: Lint
run: npm run lint
- name: Typecheck
run: npm run tsc

jobs:
lint:
name: Lint & TS Check
Expand Down

0 comments on commit 7f81539

Please sign in to comment.