Skip to content

feat: upgrade from distribution #4

feat: upgrade from distribution

feat: upgrade from distribution #4

Workflow file for this run

name: Lint Code Base
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MARKDOWN_CONFIG_FILE: .markdown-lint.yaml
VALIDATE_PHP_PSALM: false