Skip to content

Commit

Permalink
use wenkokke/setp-agda
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero authored Dec 4, 2024
1 parent a90a993 commit 18c4e61
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,20 @@
name: CI

# when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# Allows manually from the Actions tab
workflow_dispatch:

jobs:
build:
# type of runner
runs-on: ubuntu-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
# Checks-out into $GITHUB_WORKSPACE
- uses: actions/checkout@v4

# Runs a single command
- name: Run a one-line script
run: echo Hello, world!
- uses: wenkokke/setup-agda@v2

# Runs a set of commands
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- run: agda HoTT/Univalence.agda
working-directory: src

0 comments on commit 18c4e61

Please sign in to comment.