We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97d9b8 commit 85cbcdbCopy full SHA for 85cbcdb
1 file changed
.github/workflows/test.yaml
@@ -7,7 +7,8 @@ jobs:
7
name: Styling
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v6
+ - &checkout
11
+ uses: actions/checkout@v6
12
13
- uses: biomejs/setup-biome@v2
14
@@ -17,7 +18,7 @@ jobs:
17
18
name: TypeScript
19
20
21
+ - *checkout
22
23
- name: Install pnpm
24
uses: pnpm/action-setup@v6
0 commit comments