Skip to content

ci: query chainlink upkeeps and dump to csv every midnight utc #1187

ci: query chainlink upkeeps and dump to csv every midnight utc

ci: query chainlink upkeeps and dump to csv every midnight utc #1187

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Black
uses: psf/black@stable
with:
options: "--verbose"
version: "~= 22.10"
- name: Auto commit
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: "style: ci lint with `black`"