Skip to content

Update CITATION.cff #13

Update CITATION.cff

Update CITATION.cff #13

Workflow file for this run

on: [push]
jobs:
typechecking:
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: index.agda
source-dir: src
- name: Upload HTML
id: html-upload
uses: actions/upload-artifact@v1
with:
name: html
path: html