There was an error while loading. Please reload this page.
1 parent d88321a commit a90f32dCopy full SHA for a90f32d
1 file changed
.github/workflows/ci.yml
@@ -6,11 +6,21 @@ on:
6
- main
7
pull_request:
8
9
+concurrency:
10
+ group: '${{ github.workflow }} - ${{ github.head_ref || github.ref }}'
11
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
12
+
13
+permissions:
14
+ contents: read
15
16
jobs:
17
build:
18
+ name: Lint, Build, Test
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
22
+ with:
23
+ persist-credentials: false
24
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
25
with:
26
node-version-file: .nvmrc
0 commit comments