Test on linux, mac, windows

This commit is contained in:
Mark Karpov 2020-11-15 21:42:57 +01:00
parent 31843198af
commit 3c81564704
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
2 changed files with 5 additions and 6 deletions

View File

@ -8,8 +8,11 @@ on:
- opened
- synchronize
jobs:
test-linux:
runs-on: ubuntu-latest
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: mrkkrp/ormolu-action@master

View File

@ -1,4 +0,0 @@
module Main (main) where
main :: IO ()
main = return ()