Skip to content

Commit e3372bc

Browse files
revert(workflow/pre-commit): Public repos cannot use private actions.
1 parent 9c94ef8 commit e3372bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pre-commit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/[email protected]
15-
- name: Run pre-commit
16-
uses: "voxel51/aloha-github-workflows/.github/actions/pre-commit@main"
17-
with:
18-
# HEAD is the PR merge commit `refs/pull/<PR_NUMBER>/merge`
19-
# HEAD^1 is the PR target branch (same as `origin/${{ github.event.pull_request.base.ref }}`)
20-
extra_args: --from-ref HEAD^1 --to-ref HEAD
15+
- uses: actions/[email protected]
16+
- name: Temporary SQLite/LZMA - Install missing libraries
17+
run: sudo apt install -y libsqlite3-dev libbz2-dev liblzma-dev libreadline-dev
18+
- name: install asdf & tools
19+
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
20+
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)