We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d4d20 commit a952ed4Copy full SHA for a952ed4
.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@a16c3df4
+ uses: xenoterracide/github/.github/workflows/license.yml@a16c3df4daebc100dc0c2d138ab23c6b03b0ca4a
10
format:
11
- uses: xenoterracide/github/.github/workflows/format.yml@a16c3df4
+ uses: xenoterracide/github/.github/workflows/format.yml@a16c3df4daebc100dc0c2d138ab23c6b03b0ca4a
12
format-kotlin:
13
runs-on: ubuntu-24.04
14
steps:
0 commit comments