name: CI

on:
  pull_request:
    branches:
      - main # Trigger on PRs to the main branch

jobs:
  Lint:
    uses: finsweet/workflow-ci-lint/.github/workflows/lint.yml@main

  # You can remove this if you don't need tests
  # Tests:
  #   uses: finsweet/workflow-ci-test/.github/workflows/test.yml@main
