Skip to content

disabling google analytics (fades out, and we have histats anyways) a… #149

disabling google analytics (fades out, and we have histats anyways) a…

disabling google analytics (fades out, and we have histats anyways) a… #149

Workflow file for this run

name: Build
on:
pull_request:
push:
workflow_dispatch:
concurrency:
# Cancel previous runs of this workflow for the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -r requirements.txt
- run: make