Skip to content

Merge branch 'main' into feature/obstacles #13

Merge branch 'main' into feature/obstacles

Merge branch 'main' into feature/obstacles #13

Workflow file for this run

name: Format
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
- run: npm install prettier
- run: npm -v
- run: npm run checkFormat