Skip to content

Commit

Permalink
fix(cicd): Add checkout to linter action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Nov 16, 2023
1 parent 8c59967 commit c538156
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_format_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
check_code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit c538156

Please sign in to comment.