Skip to content

njal3001 Frontend Integration #8

njal3001 Frontend Integration

njal3001 Frontend Integration #8

Workflow file for this run

name: frontend-integration
run-name: ${{ github.actor }} Frontend Integration
on: [push]
jobs:
run-eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm run lint