We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name
1 parent 1a7801f commit 0e74b4dCopy full SHA for 0e74b4d
.github/workflows/format.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
format:
12
+ name: Format
13
runs-on: ubuntu-24.04
14
steps:
15
- uses: actions/checkout@v4
@@ -21,5 +22,5 @@ jobs:
21
22
- name: Install dependencies
23
run: npm ci --no-audit
24
- - name: Lint
25
+ - name: Check formatting
26
run: npm run format:check
.github/workflows/lint.yml
lint:
+ name: Lint
0 commit comments