Update dependency pytest-asyncio to v0.24.0 #1124
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Lint | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: | |
- "main" | |
- "v**" | |
pull_request: | |
branches: | |
- "main" | |
- "v**" | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: earthly/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
# renovate: datasource=docker depName=earthly/earthly | |
version: "v0.8.15" | |
- uses: actions/checkout@v4 | |
- name: Earthly Lint | |
env: | |
EARTHLY_CI: true | |
run: earthly +lint |