Skip to content

Commit

Permalink
chore: resolve license warnings in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Aug 1, 2022
1 parent 090f4d3 commit ca01edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
toolchain: ${{matrix.rust}}

- name: 🩺 Format
if: matrix.rust == 'stable'
uses: dprint/[email protected]

- name: 👩‍⚕️ Lint
if: matrix.rust == 'stable'
run: cargo clippy -- -D warnings

- name: ✅ Test
Expand All @@ -46,3 +44,6 @@ jobs:
run: |
cargo check
cargo check --all-features
- name: 📦️ Package
run: cargo package
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ homepage = "https://github.com/ifiokjr/package_json_schema"
include = ["src/**/*.rs", "Cargo.toml", "readme.md", "license"]
keywords = ["schema", "package", "npm", "node", "json"]
license = "Unlicense"
license-file = "license"
readme = "readme.md"
repository = "https://github.com/ifiokjr/package_json_schema"
description = "Parse content from `package.json` content and consume the result as a `PackageJson` struct."
Expand Down

0 comments on commit ca01edf

Please sign in to comment.