Skip to content

Commit

Permalink
fix(ci): check out code first
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jan 7, 2025
1 parent fd94e3a commit 367cf9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
agency: [mst, sbmtd]
steps:
- name: Check out code
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version-file: .github/workflows/.python-version
Expand Down

0 comments on commit 367cf9b

Please sign in to comment.