Add a new definition of spectral locale and factor out some related notion to modules of their own #1514
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
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
typecheck: | |
runs-on: ubuntu-latest | |
name: Typechecking | |
steps: | |
- name: "Clone repository" | |
uses: actions/checkout@v2 | |
- name: Run Agda | |
id: typecheck | |
uses: ayberkt/[email protected] | |
with: | |
main-file: AllModulesIndex.lagda | |
source-dir: source | |
unsafe: true | |
- name: Upload HTML | |
id: html-upload | |
if: github.ref == 'refs/heads/master' | |
uses: actions/upload-artifact@v3 | |
with: | |
name: html | |
path: source/html |