Skip to content

Commit

Permalink
Merge branch 'main' into action-semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocagnetta committed Mar 19, 2024
2 parents a60228b + 1832e03 commit 394fe1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint_and_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
lfs: true
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 394fe1f

Please sign in to comment.