Skip to content

Commit fd36648

Browse files
authored
Merge pull request #2 from MPUSP/dev
feat: updated github actions workflow
2 parents 2348055 + 27d53ee commit fd36648

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ jobs:
1212
if: ${{ github.actor != 'github-actions[bot]' }}
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517
- name: Formatting
16-
uses: github/super-linter@v4
18+
uses: super-linter/super-linter@v7
1719
env:
1820
VALIDATE_ALL_CODEBASE: false
1921
DEFAULT_BRANCH: main
@@ -24,7 +26,7 @@ jobs:
2426
runs-on: ubuntu-latest
2527
if: ${{ github.actor != 'github-actions[bot]' }}
2628
steps:
27-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
2830
- name: Lint workflow
2931
uses: snakemake/[email protected]
3032
with:

0 commit comments

Comments
 (0)