Skip to content

Try to make it harder for the users to make human mistake https://git… #449

Try to make it harder for the users to make human mistake https://git…

Try to make it harder for the users to make human mistake https://git… #449

name: Run formatter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check-code-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci && npm run formatter