Skip to content

Commit

Permalink
test super linter
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jul 4, 2024
1 parent dde98e5 commit 22cb532
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: reviewdog
on:
push:
branches:
- master
# branches:
# - master
pull_request:

jobs:
Expand Down Expand Up @@ -263,6 +263,29 @@ jobs:
tee ../results/golint.sarif
- uses: github/codeql-action/upload-sarif@v3

build:
name: Super linter
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- uses: super-linter/[email protected]
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SAVE_SUPER_LINTER_OUTPUT: true
- name: Check output
run: |
ls ./super-linter-output
typos:
name: runner / typos
runs-on: ubuntu-latest
Expand Down

0 comments on commit 22cb532

Please sign in to comment.