Skip to content

Merge branch 'first-version' into dry-css #10

Merge branch 'first-version' into dry-css

Merge branch 'first-version' into dry-css #10

Workflow file for this run

name: Super-Linter
on: push
jobs:
super-lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Super-Linter
uses: super-linter/super-linter@v6
env:
DEFAULT_BRANCH: first-version
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JS: true
VALIDATE_HTML: true