Skip to content

Add test

Add test #1

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: echo "Coucou"
# - name: Env
# run: |
# cp .env.dist .env
# - name: Set up system
# uses: ./.manala/github/system/setup
# - name: Lint
# run: |
# make lint VERBOSE=1