Skip to content

Provide a structure for Foundation, Back end, Front end #89

Provide a structure for Foundation, Back end, Front end

Provide a structure for Foundation, Back end, Front end #89

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: npm install
run: npm install
- name: Run the linter
run: ./lint