Skip to content

Add support for additional distributions in CI and Makefile #618

Add support for additional distributions in CI and Makefile

Add support for additional distributions in CI and Makefile #618

Workflow file for this run

on: [push, pull_request, workflow_dispatch]
name: Lint
permissions:
contents: read
jobs:
super-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}