ci: GitHub action for code linting #6

Merged
matous-volf merged 5 commits from ci/lint-check into main 2024-08-15 11:55:20 +00:00
Showing only changes of commit fc4d83b445 - Show all commits

View File

@ -10,20 +10,16 @@ jobs:
build:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# to report GitHub Actions status checks
statuses: write
steps:
- name: checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the list of files that changed across commits
# Super-linter needs the full git history to get the list of files that changed across commits
fetch-depth: 0
- name: Super-linter check
uses: super-linter/super-linter@v6.9.0 # x-release-please-version
env: