Skip to content

Commit

Permalink
add zepter to continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed May 31, 2024
1 parent 30ee4ee commit e245b72
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,28 @@ jobs:
name: license
path: license.html

cargo-zepter:
name: Cargo Zepter
runs-on: ubuntu-latest

steps:
- name: Install stable Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable

- name: Install Zepter
run: cargo install --locked -q zepter && zepter --version

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Don't clone historic commits.

- name: Check features
run: zepter run check

cargo-toml-fmt:
runs-on: ubuntu-latest
container: "tamasfe/taplo:0.7.0-alpine"
Expand Down

0 comments on commit e245b72

Please sign in to comment.