Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 9f65a20

Browse files
committed
build(actions): AS-626 migrate to shared actions
1 parent 1ecc8ee commit 9f65a20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/[email protected]
15-
- uses: actions/[email protected]
16-
- name: install asdf & tools
17-
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
18-
- uses: pre-commit/[email protected]
15+
- name: Run pre-commit
16+
uses: "voxel51/aloha-github-workflows/.github/actions/pre-commit@main"

0 commit comments

Comments
 (0)