Skip to content

Commit

Permalink
fix: remove ref to allows external contributors to run this
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand authored Apr 16, 2024
1 parent c5d1bd3 commit 26fb395
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codestyle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ on:
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test-cov-and-doc:
codestyle:
runs-on: ubuntu-latest
steps:
- name: "Checkout branch ${{ github.head_ref }}"
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: "Set up Python on Ubuntu"
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 26fb395

Please sign in to comment.