Skip to content

Commit

Permalink
Fix xrefcheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Mar 31, 2023
1 parent 2bf27a6 commit fff943d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ steps:

- label: xrefcheck
command: nix run github:serokell/xrefcheck
soft_fail:
- exit_status: 1

- label: REUSE lint
command: nix build -L .#checks.x86_64-linux.reuse-lint
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

# tzbot

| This project is participating in [ZuriHac 2022](https://zfoh.ch/zurihac2022/projects.html)! Join the [discord server](https://discord.gg/G49DeVY) for communications. |
| --- |

`tzbot` is a Slack bot that detects messages with references to some point in time,
and converts them to your timezone.

Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ do not require setting up a Slack workspace. They can be worked on in isolation.
"Open channel details" > "Integrations" > "Add apps" > "tzbot"
1. Run the bot with `make run` (or `cabal run tzbot-exe` / `stack run`).

[time-zones-offsets]: https://spin.atomicobject.com/2016/07/06/time-zones-offsets
[time-zones-offsets]: https://spin.atomicobject.com/2016/07/06/time-zones-offsets/
[tzlabel]: https://hackage.haskell.org/package/tz-0.1.3.6/docs/Data-Time-Zones-All.html#t:TZLabel

0 comments on commit fff943d

Please sign in to comment.