We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bbffc commit 66af348Copy full SHA for 66af348
1 file changed
.github/workflows/pre-commit.yml
@@ -22,11 +22,12 @@ jobs:
22
repository: voxel51/aloha-github-workflows
23
ref: main
24
token: ${{ secrets.ORG_RO_ALOHA_GITHUB_WORKFLOWS_FG_PAT }}
25
+ path: aloha-github-workflows
26
- uses: actions/setup-python@v6.2.0
27
- name: Temporary SQLite/LZMA - Install missing libraries
28
run: sudo apt install -y libsqlite3-dev libbz2-dev
29
- name: Install asdf & tools
- uses: "./aloha-github-workflows/.github/actions/asdf-install-and-cache"
30
+ uses: ./aloha-github-workflows/.github/actions/asdf-install-and-cache
31
- name: Install helm plugins
32
run: make helm-plugins
33
- uses: pre-commit/action@v3.0.1
0 commit comments