diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad9a2f3..22fc1f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,12 +1,12 @@ on: [push] name: build jobs: - runhaskell: - name: Hello World + build: + name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2 + - uses: haskell-actions/setup@v2 with: enable-stack: true - run: stack build