Skip to content

Merge branch 'staging' of https://github.com/saitotech/saito-lite-rus… #6

Merge branch 'staging' of https://github.com/saitotech/saito-lite-rus…

Merge branch 'staging' of https://github.com/saitotech/saito-lite-rus… #6

Workflow file for this run

name: Lint
on:
push:
branches: [ "staging","master" ]
pull_request:
branches: [ staging ,"master"]
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint . --config .eslintrc.js