Skip to content

Commit

Permalink
ci(workflow): remove lint-subql-project job
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Nov 8, 2023
1 parent 65e865a commit 02b1c31
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,26 +114,6 @@ jobs:
with:
token: ${{ secrets.OKP4_TOKEN }}

lint-subql-project:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Setup node environment (for linting)
uses: actions/setup-node@v4
with:
node-version: 18.18
cache: yarn

- name: Fetch dependencies
run: |
yarn
- name: Lint subql project
run: |
yarn subql validate
lint-format:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 02b1c31

Please sign in to comment.