Skip to content

Fix code to work with new version of dependencies and compiler/clippy #70

Fix code to work with new version of dependencies and compiler/clippy

Fix code to work with new version of dependencies and compiler/clippy #70

Workflow file for this run

---
name: CI
on: [ workflow_dispatch, push, pull_request ]
jobs:
omnilint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: docker://lpenz/omnilint:0.5.2
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.23.1
with:
coveralls: true
publish_cratesio: false
publish_github_release: false