Restore inadvertently removed prettify.css, rename to current usage #97
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Build | |
on: [push, pull_request] | |
jobs: | |
test_build: | |
name: Basic CI | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: 'Build Image' | |
run: | | |
./docker/build.sh | |
- name: 'Run Devel Build' | |
run: | | |
./docker/run.sh make test-build |