Skip to content

Merge branch 'main' of github.com:antoniusnaumann/cargo-swift into main #200

Merge branch 'main' of github.com:antoniusnaumann/cargo-swift into main

Merge branch 'main' of github.com:antoniusnaumann/cargo-swift into main #200

Workflow file for this run

name: Clippy
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: olix0r/cargo-action-fmt/setup@v2
- name: Clippy
run: cargo clippy -q -- -D warnings --message-format=json | cargo-action-fmt