deps(actions): bump actions/download-artifact from 3 to 4 #111
Garnix CI / check pre-commit [x86_64-linux]
succeeded
Dec 18, 2023 in 10s
Run results
Build succeeded
Details
Last 100 lines of logs:
https://cache.nixos.org/aafkbwh5wb5z7hpws32n08bfsxc0hwzf.narinfo
https://cache.nixos.org/qcwwpy1ynw0vx9r914qn79gikg11gxq4.narinfo
https://cache.nixos.org/plaik87ln4r0i3bhj8yb86i7farsvbnh.narinfo
https://cache.nixos.org/1abf0h6wizil2ihi9phph9fh8n5fjig8.narinfo
https://cache.garnix.io/1abf0h6wizil2ihi9phph9fh8n5fjig8.narinfo
https://cache.garnix.io/qcwwpy1ynw0vx9r914qn79gikg11gxq4.narinfo
https://cache.garnix.io/plaik87ln4r0i3bhj8yb86i7farsvbnh.narinfo
https://cache.nixos.org/nar/0fqjzlg1ypc9ga5199492ybdibkiha341j952mb3gqgiqvbxg80d.nar.xz
https://cache.garnix.io/nar/aafkbwh5wb5z7hpws32n08bfsxc0hwzf-1g9dwsiz1z2n3z4l5xjrszgb0y5ld46wbkrwpbvjbxdbkdd0c2g8.nar
https://cache.nixos.org/nar/1vimw53p1z6lhmvk9ysnm81k815yrm23pd1lw4cx27jgc3i1yfy9.nar.xz
https://cache.nixos.org/nar/089mba6qyikvvzpa9xbiazbqldb3gd7jd68y4p6hs0pf96p2zs1v.nar.xz
https://cache.nixos.org/nar/1f9n0122qhw6xb44q17kgkm7vghlxj10i754alc6gij52rb7d3js.nar.xz
https://cache.nixos.org/nar/0qsi2gfzx3bm0szv4p80lqbfsn3ndq9hhqmxwfgsqxn4bdsh5a38.nar.xz
https://cache.garnix.io/nar/qcwwpy1ynw0vx9r914qn79gikg11gxq4-1nlw8h4cv2z8w6q9fvng9pz133k78vfjcbdysqcpaxbnps2dcp61.nar
https://cache.garnix.io/nar/plaik87ln4r0i3bhj8yb86i7farsvbnh-1ng2qzx36k1g1fx1blnbl00kgrcf8ykrlwsjdyxl4iz3li5j2hfa.nar
https://cache.nixos.org/jdg22zi48g199g7hwcwy2gjmxdfv5nn2.narinfo
https://cache.garnix.io/jdg22zi48g199g7hwcwy2gjmxdfv5nn2.narinfo
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /build/src/.git/
[master (root-commit) 337e4e4] init
60 files changed, 2661 insertions(+)
create mode 100644 .codespellrc
create mode 100644 .env.template
create mode 100644 .envrc
create mode 100644 .gitattributes
create mode 100644 .github/dependabot.yml
create mode 100644 .github/workflows/autobot.yaml
create mode 100644 .github/workflows/clippy.yaml
create mode 100644 .github/workflows/docker.yaml
create mode 100644 .github/workflows/update-flake.yaml
create mode 100644 .gitignore
create mode 100644 .prettierignore
create mode 100644 .rustfmt.toml
create mode 100644 Cargo.toml
create mode 100644 LICENSE
create mode 100644 README.md
create mode 100644 build.rs
create mode 100644 flake.lock
create mode 100644 flake.nix
create mode 100644 garnix.yaml
create mode 100644 nix/ci.nix
create mode 100644 nix/deployment.nix
create mode 100644 nix/derivation.nix
create mode 100644 nix/dev.nix
create mode 100644 nix/module.nix
create mode 100644 nix/packages.nix
create mode 100644 src/api/guzzle.rs
create mode 100644 src/api/mod.rs
create mode 100644 src/api/shiggy.rs
create mode 100644 src/colors.rs
create mode 100644 src/commands/general/ask.rs
create mode 100644 src/commands/general/bing.rs
create mode 100644 src/commands/general/config.rs
create mode 100644 src/commands/general/convert.rs
create mode 100644 src/commands/general/mod.rs
create mode 100644 src/commands/general/random.rs
create mode 100644 src/commands/general/version.rs
create mode 100644 src/commands/mod.rs
create mode 100644 src/commands/optional/copypasta.rs
create mode 100644 src/commands/optional/mod.rs
create mode 100644 src/commands/optional/teawiespam.rs
create mode 100644 src/consts.rs
create mode 100644 src/copypastas/astral.txt
create mode 100644 src/copypastas/dvd.txt
create mode 100644 src/copypastas/egrill.txt
create mode 100644 src/copypastas/happymeal.txt
create mode 100644 src/copypastas/sus.txt
create mode 100644 src/copypastas/ticktock.txt
create mode 100644 src/copypastas/twitter.txt
create mode 100644 src/handlers/error.rs
create mode 100644 src/handlers/event/guild.rs
create mode 100644 src/handlers/event/message.rs
create mode 100644 src/handlers/event/mod.rs
create mode 100644 src/handlers/event/pinboard.rs
create mode 100644 src/handlers/event/reactboard.rs
create mode 100644 src/handlers/mod.rs
create mode 100644 src/main.rs
create mode 100644 src/storage/mod.rs
create mode 100644 src/storage/reactboard.rs
create mode 100644 src/storage/settings.rs
create mode 100644 src/utils.rs
Running: $ pre-commit run --all-files
actionlint...............................................................Passed
alejandra................................................................Passed
deadnix..................................................................Passed
nil......................................................................Passed
prettier.................................................................Passed
rustfmt..................................................................Passed
statix...................................................................Passed
Loading