Skip to content

Commit

Permalink
tmp skip lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr3 committed Jan 17, 2024
1 parent 385cea3 commit b9d598b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@ permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- run: yarn install
- run: yarn lint
build:
needs: lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit b9d598b

Please sign in to comment.