Skip to content

[All] Tweak molecule docker config #625

[All] Tweak molecule docker config

[All] Tweak molecule docker config #625

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Env
run: |
cp .env.dist .env
- name: Set up system
uses: ./.manala/github/system/setup
- name: Lint
run: |
make lint VERBOSE=1