Skip to content

CI: upgrade actions, use ghworkflow-rust@0.23.0 #50

CI: upgrade actions, use ghworkflow-rust@0.23.0

CI: upgrade actions, use ghworkflow-rust@0.23.0 #50

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.1
- uses: docker://lpenz/omnilint:0.5.1
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.23.0
with:
coveralls: true
publish_cratesio: true
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}