Skip to content

add go-fast-cdn to repositories.toml (#682) #859

add go-fast-cdn to repositories.toml (#682)

add go-fast-cdn to repositories.toml (#682) #859

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: make pre-build
- name: Run tests for data sanity
run: make test