Skip to content

Commit

Permalink
rename actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiendmt authored Sep 9, 2023
1 parent 2c9ae7d commit c06970e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
branches: [main]

jobs:
biome:
name: Biome
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install Biome
run: yarn add @biomejs/biome

- name: Run Biome lint
- name: Run lint
run: yarn lint
continue-on-error: false

Expand Down

0 comments on commit c06970e

Please sign in to comment.