Skip to content

Merge pull request #41 from massongit/massongit-patch-1 #72

Merge pull request #41 from massongit/massongit-patch-1

Merge pull request #41 from massongit/massongit-patch-1 #72

Workflow file for this run

---
name: super-linter
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
permissions:
statuses: write
jobs:
super-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Super-Linter
uses: super-linter/super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true