Skip to content

Commit

Permalink
fix(github-actions): attempt to use devbox on GitHub Actions workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Halili (RecapTime.dev) <ajhalili2006@crew.recaptime.eu.org>
  • Loading branch information
ajhalili2006 committed Aug 22, 2023
1 parent aad9837 commit 51a34ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/triageops-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: brew install hadolint shellcheck
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.2.0
# DO NOT DO THIS ON CI - THINGS MAY GO WRONG, OR WORSE CAUSE SECURITY BACKPAIN
- run: devbox shell --print-env | tee --append $GITHUB_PATH >> /dev/null
- uses: pre-commit/action@v3.0.0
- uses: pre-commit-ci/lite-action@v1.0.1
if: always()

0 comments on commit 51a34ec

Please sign in to comment.