Skip to content

fix main return type #13

fix main return type

fix main return type #13

Workflow file for this run

name: build
on:
pull_request:
push:
branches: [main]
jobs:
ormolu:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: haskell-actions/run-ormolu@v14
with:
mode: inplace
- name: apply formatting changes
uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ always() }}
with:
commit_message: automated ormolu commit
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: "true"
- name: build and pre-commit
uses: docker/build-push-action@v5
with:
context: .