Skip to content

Commit

Permalink
ci: remove lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Mar 8, 2024
1 parent 1106339 commit be6be44
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/nodejsci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- "typing-app/**"
pull_request:
branches:
- "ci/**"
- develop
- main
paths:
Expand All @@ -34,19 +33,3 @@ jobs:
root: ${{ github.workspace }}/typing-app
- name: Try to build
run: npm run build

lint:
name: Lint
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
with:
path: |
${{ github.workspace }}/typing-app/node_modules
${{ github.workspace }}/typing-app/.next/cache
key: ${{ runner.os }}-bun-cache-${{ hashFiles('typing-app/bun.lockb') }}
fail-on-cache-miss: true
- name: Run lint
run: npm run lint

0 comments on commit be6be44

Please sign in to comment.