Skip to content

Commit

Permalink
CI: add setup-mops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Jan 8, 2024
1 parent 07a1533 commit 9cb49ce
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/setup-mops.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: mops test with ZenVoich/setup-mops

on:
push:
branches:
- main
pull_request:

jobs:
test:
runs-on: ubuntu-latest
name: Test with ZenVoich/setup-mops

steps:
- uses: actions/checkout@v3
- uses: ZenVoich/setup-mops@v1

- name: Run tests
run: mops test

0 comments on commit 9cb49ce

Please sign in to comment.