Skip to content

chore: bump actions (#5) #12

chore: bump actions (#5)

chore: bump actions (#5) #12

Workflow file for this run

name: Check format
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Check foramt
run: npm run format-check