Skip to content

Merge branch 'main' of github.com:ZeroDay-Alliance-SNU/website #3

Merge branch 'main' of github.com:ZeroDay-Alliance-SNU/website

Merge branch 'main' of github.com:ZeroDay-Alliance-SNU/website #3

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint