Skip to content

Finished front-end of website #118

Finished front-end of website

Finished front-end of website #118

Workflow file for this run

name: JavaScript
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint