Skip to content

Commit

Permalink
chore: update lint yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed May 17, 2024
1 parent c084ec9 commit 096c532
Showing 1 changed file with 9 additions and 23 deletions.
32 changes: 9 additions & 23 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,18 @@
name: Continuous Integration
name: Code quality

# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- master
pull_request:

jobs:
run-linters:
name: Run linters
quality:
runs-on: ubuntu-latest

steps:
- name: Check out Git repository
- name: Checkout
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: 18

# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: yarn install --immutable

- name: Run linters
uses: wearerequired/lint-action@v2
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
eslint: false
prettier: true
version: latest
- name: Run Biome
run: biome ci .

0 comments on commit 096c532

Please sign in to comment.