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 3d0046c commit d09223bCopy full SHA for d09223b
.github/workflows/branches.yml
@@ -1,4 +1,4 @@
1
-name: Test and check
+name: Branches
2
on:
3
push:
4
branches-ignore: ['main']
@@ -8,6 +8,7 @@ env:
8
9
jobs:
10
test:
11
+ name: Test & Check
12
runs-on: ubuntu-24.04
13
timeout-minutes: 10
14
strategy:
.github/workflows/evals.yml
@@ -7,6 +7,7 @@ env:
7
eval:
+ name: Eval
steps:
.github/workflows/main.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
- uses: ./.github/actions/setup
20
21
+ # Run tests & checks before deploying
22
- name: Syncpack lint
23
run: pnpm check:deps
24
- name: Run linter
0 commit comments