Skip to content

moving to const file #102

moving to const file

moving to const file #102

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Step 1 - Check out main branch
uses: actions/checkout@v3
- name: Step 2 - Install project
run: npm install
- name: Step 3 - Check correct formatting
run: npm run format:check