Skip to content

Tweak: Add site token to add more security risk [ED-14080] #2

Tweak: Add site token to add more security risk [ED-14080]

Tweak: Add site token to add more security risk [ED-14080] #2

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches: [master]
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
TypeScript-Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install Dependencies
run: |
npm ci
- name: Run Lint
run: |
npm run lint:js