Skip to content

Commit

Permalink
build: move steps to template dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 5, 2024
1 parent 149abc0 commit 560ca4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/templates/checks/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ runs:
with:
python-version: '3.10'
cache: 'pip'
shell: bash
- uses: extractions/setup-just@v1
name: Setup just
shell: bash
- name: Initialize Pants
uses: pantsbuild/actions/init-pants@main
with:
# cache0 makes it easy to bust the cache if needed
gha-cache-key: cache0-py310
named-caches-hash: ${{ hashFiles('lockfiles/*.json', '**/something-else.lock') }}
shell: bash
- name: format
run: just fmt
shell: bash
Expand Down

0 comments on commit 560ca4a

Please sign in to comment.