Skip to content

DEAD-13: add bundler + ts support #21

DEAD-13: add bundler + ts support

DEAD-13: add bundler + ts support #21

Workflow file for this run

name: Common Workflow
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter/[email protected]
env:
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_JSON: false
VALIDATE_CHECKOV: false
LINTER_RULES_PATH: /
JAVASCRIPT_ES_CONFIG_FILE: eslint.config.js
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}