Skip to content

Commit

Permalink
Create check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyEarley authored Nov 12, 2024
1 parent cbcd091 commit aa6c6c2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get the Arend jar
uses: dsaltares/[email protected]
with:
repo: JetBrains/Arend
file: Arend.jar
- uses: actions/[email protected]
with:
java-version: 17
- name: run checker
run: java -jar Arend.jar .

0 comments on commit aa6c6c2

Please sign in to comment.