Skip to content

Feat: Add new column for metric approval to generated Looker Report C… #1525

Feat: Add new column for metric approval to generated Looker Report C…

Feat: Add new column for metric approval to generated Looker Report C… #1525

Workflow file for this run

name: Linter for python modules
on:
push:
branches:
- '**'
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v5
- name: Set up Python environment
uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: flake8 Lint
uses: py-actions/flake8@v2