Skip to content

Cosmetic-commit badge update (#64) #209

Cosmetic-commit badge update (#64)

Cosmetic-commit badge update (#64) #209

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm run fmt:check