Skip to content

Commit

Permalink
Replace a bunch of glue actions with super-linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed Jul 8, 2024
1 parent 1322cc7 commit 6f6552a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 170 deletions.
22 changes: 0 additions & 22 deletions .github/LICENSE.actionlint-matcher.json

This file was deleted.

17 changes: 0 additions & 17 deletions .github/actionlint-matcher.json

This file was deleted.

27 changes: 0 additions & 27 deletions .github/actions/actionlint/action.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/actionlint.yml

This file was deleted.

92 changes: 0 additions & 92 deletions .github/workflows/ci-terraform.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Lint
on: [push]
permissions: {}
jobs:
superlinter:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
- uses: super-linter/super-linter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_EDITORCONFIG: true
VALIDATE_ENV: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_JSON: true
VALIDATE_MARKDOWN: true
VALIDATE_RENOVATE: true
VALIDATE_TERRAFORM_FMT: true
VALIDATE_TERRAFORM_TFLINT: true
VALIDATE_YAML: true

0 comments on commit 6f6552a

Please sign in to comment.