We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504560d commit 7875123Copy full SHA for 7875123
1 file changed
.github/workflows/ci.yml
@@ -7,17 +7,17 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
11
- - uses: the-guild-org/shared-config/setup@main
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ - uses: the-guild-org/shared-config/setup@f4eea983237a44bb0ca19c3348dacbfdfcdbec23 # main
12
with:
13
nodeVersion: 16
14
- run: yarn codegen
15
- run: yarn workspace app run build
16
lint:
17
18
19
20
21
22
23
- run: yarn workspace app run lint
0 commit comments