mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-09 14:36:56 +00:00
Merge pull request #511 from darmiel/fork-2/main
ci: updated dependencies
This commit is contained in:
commit
59bdfb319b
6
.github/workflows/pr-lint.yaml
vendored
6
.github/workflows/pr-lint.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# checkout IRDB
|
# checkout IRDB
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
# only check files changed in the PR
|
# only check files changed in the PR
|
||||||
- name: Get Changed Files
|
- name: Get Changed Files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v29.0.7
|
uses: tj-actions/changed-files@v37.1.1
|
||||||
with:
|
with:
|
||||||
files: "**/*.ir"
|
files: "**/*.ir"
|
||||||
separator: "\n"
|
separator: "\n"
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Run Linter if at least 1 IR File Changed
|
- name: Run Linter if at least 1 IR File Changed
|
||||||
uses: mathiasvr/command-output@v1.1.0
|
uses: mathiasvr/command-output@v2.0.0
|
||||||
id: run
|
id: run
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user