We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398f870 commit 59d4d20Copy full SHA for 59d4d20
.github/workflows/pre-commit.yml
@@ -6,9 +6,9 @@ name: precommit
6
on: [push, workflow_call]
7
jobs:
8
license:
9
- uses: xenoterracide/github/.github/workflows/license.yml@develop
+ uses: xenoterracide/github/.github/workflows/license.yml@a16c3df4
10
format:
11
- uses: xenoterracide/github/.github/workflows/format.yml@develop
+ uses: xenoterracide/github/.github/workflows/format.yml@a16c3df4
12
format-kotlin:
13
runs-on: ubuntu-24.04
14
steps:
0 commit comments