diff options
author | jao <jao@gnu.org> | 2023-08-30 13:47:40 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-08-30 13:47:40 +0100 |
commit | 85aee44b7b9c449219a62daf280733b410df7567 (patch) | |
tree | 04d2a15bc20340c7a1c4f3c6a19c80a6e5a86ebe | |
parent | 788120c8e4a53082bdd85cd5d7e191b22913f316 (diff) | |
download | xmobar-85aee44b7b9c449219a62daf280733b410df7567.tar.gz xmobar-85aee44b7b9c449219a62daf280733b410df7567.tar.bz2 |
woodpecker: pipeline -> steps
-rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 1fd1c13..fea5da6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ matrix: - 9.2 - 8 -pipeline: +steps: test: image: haskell:${GHC_VERSION} commands: |