mirror of
https://github.com/haskell-actions/run-ormolu.git
synced 2024-11-29 12:22:17 +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
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
jobs:
|
jobs:
|
||||||
test-linux:
|
build:
|
||||||
runs-on: ubuntu-latest
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, macOS-latest]
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: mrkkrp/ormolu-action@master
|
- 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