Skip to content

Merge pull request #50 from hannobraun/dependabot/cargo/quick-xml-0.33.0 #95

Merge pull request #50 from hannobraun/dependabot/cargo/quick-xml-0.33.0

Merge pull request #50 from hannobraun/dependabot/cargo/quick-xml-0.33.0 #95

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt -- --check
- name: Run `cargo clippy`
run: cargo clippy --all-features -- -D warnings
- name: Run `cargo test`
run: cargo test -- --nocapture