Skip to content

Update dev-hato/actions-diff-pr-management action to v1.1.9 #43

Update dev-hato/actions-diff-pr-management action to v1.1.9

Update dev-hato/actions-diff-pr-management action to v1.1.9 #43

Workflow file for this run

---
name: super-linter
on:
pull_request:
branches: [main]
merge_group:
workflow_dispatch:
jobs:
super-linter:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Super-Linter
uses: super-linter/super-linter/slim@v5.7.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true