Skip to content

Merge pull request #80 from kg8m/dependabot/npm_and_yarn/prettier-3.3.1 #144

Merge pull request #80 from kg8m/dependabot/npm_and_yarn/prettier-3.3.1

Merge pull request #80 from kg8m/dependabot/npm_and_yarn/prettier-3.3.1 #144

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "19.0.0"
cache: npm
- run: npm install
- run: make lint
timeout-minutes: 5
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "19.0.0"
cache: npm
- run: npm install
- run: make format-check
timeout-minutes: 5