Skip to content

Commit

Permalink
Using run instead of uses
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl280 committed Apr 25, 2024
1 parent eb94894 commit 804d89d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
uses: py-actions/flake8@v2

- name: Install Flake8 for Jupyter Notebooks
uses: pip install flake-nb
run: |
pip install flake-nb
- name: Run Flake8 for Jupyter Notebooks
uses: flake-nb .
run: |
flake-nb .
- name: Ensure Clean Notebooks
uses: ResearchSoftwareActions/EnsureCleanNotebooksAction@1.1

0 comments on commit 804d89d

Please sign in to comment.