Skip to content

Merge pull request #66 from VictoriaMetrics/vmauth/no-log #317

Merge pull request #66 from VictoriaMetrics/vmauth/no-log

Merge pull request #66 from VictoriaMetrics/vmauth/no-log #317

Workflow file for this run

name: 'Lint'
on:
pull_request: { }
push: { }
jobs:
lint:
name: 'Lint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: Cache .venv directory
uses: actions/cache@v3
with:
path: .venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}
- name: Lint
run: |
make init-venv
make lint