Skip to content

Bump actions/download-artifact from 3 to 4 #60

Bump actions/download-artifact from 3 to 4

Bump actions/download-artifact from 3 to 4 #60

Workflow file for this run

name: Lint
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
check:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint code
uses: github/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: false
FILTER_REGEX_EXCLUDE: '(/dist/|/lib/|/node_modules/)'
VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_GITHUB_ACTIONS: false
VALIDATE_CLANG_FORMAT: false
VALIDATE_CPP: false
DEFAULT_BRANCH: 'main'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}