Skip to content

Rebuild on top of Ubuntu 23.10 base image #71

Rebuild on top of Ubuntu 23.10 base image

Rebuild on top of Ubuntu 23.10 base image #71

Workflow file for this run

---
name: Linter
on: push
permissions:
contents: read
statuses: write
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Super-Linter
uses: super-linter/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_NATURAL_LANGUAGE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}