Skip to content

Merge pull request #64 from divi-259/rem-dup #70

Merge pull request #64 from divi-259/rem-dup

Merge pull request #64 from divi-259/rem-dup #70

Workflow file for this run

name: Lint Code Base
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: super-linter/[email protected]
name: Super-Linter
with:
fetch-depth: 0
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}