Skip to content

Commit

Permalink
Merge pull request #42 from csunibo/feat/degrees
Browse files Browse the repository at this point in the history
Source degrees from `src/config`
  • Loading branch information
foxyseta authored Jun 18, 2024
2 parents e5952dc + 8ee439b commit dd5777d
Show file tree
Hide file tree
Showing 10 changed files with 928 additions and 296 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "gitsubmodule"
directory: "/"
allow:
- dependency-name: "json/config"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
14 changes: 14 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
name: Run project
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -42,6 +44,18 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- uses: actions-rs/cargo@v1
with:
command: clippy

- uses: actions-rs/cargo@v1
with:
command: fix

- uses: actions-rs/cargo@v1
with:
command: fmt

- uses: actions-rs/cargo@v1
with:
command: run
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "config"]
path = config
url = [email protected]:csunibo/config
Loading

0 comments on commit dd5777d

Please sign in to comment.