File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1414 - ' **/*.css'
1515 - ' **/*.scss'
1616 - ' **/*.html'
17- - ' .github/workflows/code-qa.yml '
17+ - ' .github/workflows/code-qa.yaml '
1818 pull_request :
1919 branches : [main]
2020 paths :
2828 - ' **/*.css'
2929 - ' **/*.scss'
3030 - ' **/*.html'
31- - ' .github/workflows/code-qa.yml '
31+ - ' .github/workflows/code-qa.yaml '
3232
33+ permissions :
34+ contents : read
3335jobs :
3436 build :
3537 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 - ' **/*.md'
88 - ' .markdownlint.json'
99 - ' .markdownlintignore'
10- - ' .github/workflows/markdown-lint.yml '
10+ - ' .github/workflows/markdown-lint.yaml '
1111 pull_request :
1212 branches : [main]
1313 paths :
1414 - ' **/*.md'
1515 - ' .markdownlint.json'
1616 - ' .markdownlintignore'
17- - ' .github/workflows/markdown-lint.yml '
17+ - ' .github/workflows/markdown-lint.yaml '
1818
19+ permissions :
20+ contents : read
1921jobs :
2022 lint-markdown :
2123 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments