We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46e518 commit 34f88c5Copy full SHA for 34f88c5
.github/workflows/release.yml
@@ -5,8 +5,9 @@ on:
5
push:
6
tags:
7
- "*-v*"
8
+
9
jobs:
- run_checks:
10
+ run_cutilshecks:
11
name: Run code checks
12
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
13
0 commit comments