Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test
name: Build & test (dev)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/future-proofing.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test with latest GHC
name: Build & test (latest GHC & deps)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-format.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and format Haskell code
name: Lint & format

on:
push:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# JBeam Tool in Haskell

[![Build and test](https://github.com/webdevred/jbeam_edit/actions/workflows/build-and-test.yaml/badge.svg?branch=master&event=push)](https://github.com/webdevred/jbeam_edit/actions/workflows/build-and-test.yaml)
[![Build and test with latest GHC](https://github.com/webdevred/jbeam_edit/actions/workflows/future-proofing.yaml/badge.svg?event=schedule)](https://github.com/webdevred/jbeam_edit/actions/workflows/future-proofing.yaml)
[![Build & test (dev)](https://github.com/webdevred/jbeam_edit/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/webdevred/jbeam_edit/actions/workflows/build-and-test.yaml)
[![Build & test (latest GHC & deps)](https://github.com/webdevred/jbeam_edit/actions/workflows/future-proofing.yaml/badge.svg?branch=master&event=schedule)](https://github.com/webdevred/jbeam_edit/actions/workflows/future-proofing.yaml)
[![Build for release](https://github.com/webdevred/jbeam_edit/actions/workflows/build-and-release.yaml/badge.svg?branch=master)](https://github.com/webdevred/jbeam_edit/actions/workflows/build-and-release.yaml)
[![Lint & format](https://github.com/webdevred/jbeam_edit/actions/workflows/lint-and-format.yaml/badge.svg?branch=master)](https://github.com/webdevred/jbeam_edit/actions/workflows/lint-and-format.yaml)

<!--toc:start-->
- [JBeam Tool in Haskell](#jbeam-tool-in-haskell)
Expand Down