Skip to content

Added eslint github action #1

Added eslint github action

Added eslint github action #1

Workflow file for this run

name: frontend-integration
run-name: ${{ github.actor }} Frontend Integration
on: [push]
jobs:
run-eslint:
runs-on: ubuntu-latest

Check failure on line 7 in .github/workflows/integration.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0