Skip to content

Commit

Permalink
Revert "ci: add codeQuality job to run lint and format tasks (#3922)"
Browse files Browse the repository at this point in the history
This reverts commit dccc081.
  • Loading branch information
escapedcat committed Feb 27, 2024
1 parent 8a24546 commit 8bb94ca
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/CI.yml
Expand Up @@ -31,27 +31,6 @@ jobs:
- name: Test
run: yarn test

codeQuality:
name: Code quality
needs: [build]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn

- name: Install dependencies
run: yarn install --ignore-engines --frozen-lockfile

- name: Check format
run: yarn format

- name: Lint
run: yarn lint

nodeJsBaselineAptCompatibility:
name: NodeJS installed from stock Ubuntu-LTS packages (not external sources)
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 8bb94ca

Please sign in to comment.