Skip to content

Feature/migrate GitHub to existing framework #337

Feature/migrate GitHub to existing framework

Feature/migrate GitHub to existing framework #337

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run code formatting check
run: npm run fmt:check