mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-23 11:48:04 -05:00
19 lines
364 B
YAML
19 lines
364 B
YAML
# This job is the main jobs will dispatch build and test for every modules of our mono repo.
|
|
name: Linelint
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- 'main'
|
|
|
|
jobs:
|
|
linelint:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- name: Linelint
|
|
uses: fernandrone/linelint@0.0.4
|
|
id: linelint
|