diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-05-22 06:52:18 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-05-22 06:52:33 +0200 |
| commit | e6fc21d4c37396b1eb183b8a0d0e9459ef046310 (patch) | |
| tree | 24e5b911ecf4df2b208e16a2f38cad43abd2f92e /.gitea/workflows | |
| parent | 63d9a4245685154ae3df0c052114328348daa9a2 (diff) | |
| download | fountainhead-master.tar.gz | |
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/build.yml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml deleted file mode 100644 index 6e9ce1e..0000000 --- a/.gitea/workflows/build.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Build - -on: - push: - pull_request: - branches: [master] - -jobs: - audit: - container: buildenv:6 - steps: - - uses: actions/checkout@v6 - - run: hlint src lib test - - test: - container: buildenv:6 - continue-on-error: true - steps: - - uses: actions/checkout@v6 - - run: cabal update - - run: cabal test --test-show-details=streaming - - release: - container: buildenv:6 - steps: - - uses: actions/checkout@v6 - - run: cabal update - - run: cabal build |
