Skip to content

Update dependency ruff to v0.8.0 #1125

Update dependency ruff to v0.8.0

Update dependency ruff to v0.8.0 #1125

Workflow file for this run

---
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