We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669bfbb commit 86e845eCopy full SHA for 86e845e
1 file changed
.github/workflows/action-superlint.yml
@@ -14,8 +14,7 @@ jobs:
14
15
permissions:
16
contents: read
17
- # To write linting fixes
18
- packages: write
+ packages: read
19
# To report GitHub Actions status checks
20
statuses: write
21
@@ -38,6 +37,20 @@ jobs:
38
37
FIX_MARKDOWN: true
39
FIX_YAML_PRETTIER: true
40
+ commit:
41
+ name: Commit Lint fixes
42
+ runs-on: ubuntu-latest
43
+ needs: build
44
+ if: ${{ always() }}
45
+
46
+ permissions:
47
+ # To write linting fixes
48
+ contents: write
49
50
+ # To report GitHub Actions status checks
51
+ statuses: write
52
53
+ steps:
54
- name: Commit and push linting fixes
55
# Run only on:
56
# - Pull requests
0 commit comments