Fix a typo in build.yml
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-06-25 20:18:52 +01:00
parent c4e0cdb2aa
commit 9b4dd4e0dd
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ pipeline:
- apt update
- apt install -y emacs-nox curl
- curl -fsSL https://raw.github.com/doublep/eldev/master/bin/eldev > /usr/bin/eldev
- chmod a+x /user/bin/eldev
- chmod a+x /usr/bin/eldev
- eldev lint
- eldev compile