Skip to content

Commit

Permalink
Merge pull request #321 from OpenMS/poshul-patch-2
Browse files Browse the repository at this point in the history
Update test-pr.yaml
  • Loading branch information
poshul committed Dec 16, 2022
2 parents 85e2084 + 5802f11 commit 3edd489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake8 test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax

- uses: grantmcconnaughey/lintly-flake8-github-action@v1.0
- uses: usama2490/lintly-flake8-github-action@v1.1
with:
# The GitHub API token to create reviews with
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v34.6.1
with:
path: docs/source
dir_names_max_depth: 0
files: |
\.rst$
**/*.rst
- uses: r-lib/actions/setup-pandoc@v2
with:
Expand Down

0 comments on commit 3edd489

Please sign in to comment.