Skip to content

Commit

Permalink
feat: test local action again
Browse files Browse the repository at this point in the history
  • Loading branch information
apodlaski committed Oct 2, 2024
1 parent 7d4e92d commit 875cd75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Prepare repo and env
uses: ./actions/prepare
uses: ./actions/prepare/action.yml
with:
mix-env: ${{ inputs.mix-env }}
cache_paths: ${{ inputs.cache_paths }}
Expand Down

0 comments on commit 875cd75

Please sign in to comment.