Skip to content

Merge branch 'release/1.1.1.1' #1

Merge branch 'release/1.1.1.1'

Merge branch 'release/1.1.1.1' #1

Workflow file for this run

name: Linter Action
on:
push:
branches: [ main, develop ]
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter/slim@v7.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}