Skip to content

Commit 72857dc

Browse files
authored
Full history for linter
1 parent d3125df commit 72857dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ on:
77
branches: [master]
88

99
jobs:
10-
build:
10+
lint:
1111
name: Lint Code Base
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Code
1515
uses: actions/checkout@v3
16+
with:
17+
# Full git history is needed to get a proper list of changed files within `super-linter`
18+
fetch-depth: 0
1619
- name: Lint Code Base
1720
uses: github/super-linter@v4
1821
env:

0 commit comments

Comments
 (0)