Compare commits
No commits in common. "main" and "v0.3.1" have entirely different histories.
2 changed files with 0 additions and 21 deletions
|
@ -1,20 +0,0 @@
|
||||||
name: Build & Test
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-run:
|
|
||||||
runs-on: docker
|
|
||||||
container:
|
|
||||||
image: rust
|
|
||||||
steps:
|
|
||||||
- name: Update package repos
|
|
||||||
run: apt update
|
|
||||||
- name: Install Node using apt
|
|
||||||
run: apt install nodejs -y
|
|
||||||
- name: Checkout repo
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Build using Cargo
|
|
||||||
run: cargo build --verbose
|
|
||||||
- name: Run unit tests
|
|
||||||
run: cargo test --verbose
|
|
|
@ -7,7 +7,6 @@ description = "A favicon scraper that just works"
|
||||||
homepage = "https://kitsunes.dev/Nekomata/favicon-scraper"
|
homepage = "https://kitsunes.dev/Nekomata/favicon-scraper"
|
||||||
repository = "https://kitsunes.dev/Nekomata/favicon-scraper"
|
repository = "https://kitsunes.dev/Nekomata/favicon-scraper"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
exclude = ["/.forgejo"]
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = { version = "0.3.31", default-features = false, features = ["std"] }
|
futures = { version = "0.3.31", default-features = false, features = ["std"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue