Skip to content

feat: create tables for HEPData #274

feat: create tables for HEPData

feat: create tables for HEPData #274

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 3
jobs:
sphinx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install apt-get dependencies
run: |
sudo apt-get update
sudo apt-get -qq install pandoc
- name: Build docs with sphinx
run: |
pip install -r docs/requirements.txt
sphinx-build docs docs/_build
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: jpetrucciani/ruff-check@main