Skip to content

Merge branch 'feat(tournament)/state' of github.com:TIHLDE/Blitzed in… #30

Merge branch 'feat(tournament)/state' of github.com:TIHLDE/Blitzed in…

Merge branch 'feat(tournament)/state' of github.com:TIHLDE/Blitzed in… #30

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
lint-and-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- name: Run Prettier
run: npm run prettier