Skip to content

Merge pull request #1 from hyuunnn/main #7

Merge pull request #1 from hyuunnn/main

Merge pull request #1 from hyuunnn/main #7

Workflow file for this run

name: Lint
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- name: Prettier formatting
run: npm run format -- --check
- name: awesome-lint
run: npm run lint