mirror of
https://github.com/haskell-actions/run-ormolu.git
synced 2024-11-25 23:12:09 +03:00
Test on linux, mac, windows
This commit is contained in:
parent
31843198af
commit
3c81564704
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
@ -1,4 +0,0 @@
|
||||
module Main (main) where
|
||||
|
||||
main :: IO ()
|
||||
main = return ()
|
Loading…
Reference in New Issue
Block a user