easy-dhall-nix/.github/workflows/ci.yml

24 lines
344 B
YAML
Raw Normal View History

2023-04-19 19:55:04 +02:00
name: CI
on:
push:
2023-04-19 19:55:04 +02:00
branches:
- master
pull_request:
types:
- opened
- synchronize
2019-08-18 13:28:48 +02:00
jobs:
my_job:
runs-on: ${{ matrix.os }}
strategy:
matrix:
2020-11-06 12:06:36 +01:00
os: [ubuntu-latest, macos-latest]
2019-08-18 13:28:48 +02:00
steps:
2023-04-19 19:55:04 +02:00
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: ./test.sh