Skip to content

chore(checks): check for duplicate filenames, unreferenced files, proper CSV formatting, replace shell scripts with python #223

chore(checks): check for duplicate filenames, unreferenced files, proper CSV formatting, replace shell scripts with python

chore(checks): check for duplicate filenames, unreferenced files, proper CSV formatting, replace shell scripts with python #223

Workflow file for this run

name: Build checks
on:
workflow_dispatch:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
package:
runs-on: ubuntu-latest
steps:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Check out the repo
uses: actions/checkout@v4
- name: Run build checks
run: ./build-checks.py