Skip to content

ci: update github actions conditions #685

ci: update github actions conditions

ci: update github actions conditions #685

Workflow file for this run

name: Lint
on:
push:
branches:
- main
tags:
- "**"
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amqp-rs/actions/checkout@main
- uses: amqp-rs/actions/lint@main