mirror of
https://github.com/mx42/aoc2024.rs.git
synced 2026-01-13 21:39:53 +01:00
ci: starting to setup project for 2024 edition
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -25,9 +25,7 @@ jobs:
|
|||||||
restore-keys: ${{ runner.os }}-cargo-
|
restore-keys: ${{ runner.os }}-cargo-
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
run: cargo test
|
run: cargo test
|
||||||
# uncomment to enable clippy linter
|
- name: cargo clippy
|
||||||
# - name: cargo clippy
|
run: cargo clippy -- -D warnings
|
||||||
# run: cargo clippy -- -D warnings
|
- name: cargo fmt
|
||||||
# uncomment to enable format linter
|
run: cargo fmt --check
|
||||||
# - name: cargo fmt
|
|
||||||
# run: cargo fmt --check
|
|
||||||
|
|||||||
1
.github/workflows/readme-stars.yml
vendored
1
.github/workflows/readme-stars.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
# !Please set a different minute than 51 if you enable this!
|
# !Please set a different minute than 51 if you enable this!
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: "51 */6 * * *" # Every 6 hours
|
# - cron: "51 */6 * * *" # Every 6 hours
|
||||||
|
push:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "advent_of_code"
|
name = "advent_of_code"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
|
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
default-run = "advent_of_code"
|
default-run = "advent_of_code"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<img src="./.assets/christmas_ferris.png" width="164">
|
<img src="./.assets/christmas_ferris.png" width="164">
|
||||||
|
|
||||||
# 🎄 Advent of Code {year}
|
# 🎄 Advent of Code 2024
|
||||||
|
|
||||||
Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/).
|
Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user