Skip to content

Merge pull request #1115 from zama-ai/dependabot/github_actions/actio… #4425

Merge pull request #1115 from zama-ai/dependabot/github_actions/actio…

Merge pull request #1115 from zama-ai/dependabot/github_actions/actio… #4425

Workflow file for this run

# 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Linelint
uses: fernandrone/[email protected]
id: linelint