Skip to content

Show browser footer after print docs #186

Show browser footer after print docs

Show browser footer after print docs #186

Workflow file for this run

name: Test and lint
on:
push:
pull_request:
jobs:
test-and-lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build
run: |
make build
- name: lint
run: |
make style-check
- name: test
run: |
make test
- name: check missing migrations
run: |
make check-migrations