Skip to content

Disable --safe flag #26

Disable --safe flag

Disable --safe flag #26

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

Check failure on line 15 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
unsafe: true
- name: Upload HTML
id: html-upload
uses: actions/upload-artifact@v1
with:
name: html
path: html