sintonia/.github/workflows/analyzer.yml

23 lines
336 B
YAML

name: Analyzer
on:
push:
branches: [main]
paths:
- .github/workflows/**
- analyzer/**
- shared/**
pull_request:
branches: [main]
paths:
- .github/workflows/**
- analyzer/**
- shared/**
jobs:
python:
uses: ./.github/workflows/_python.yml
with:
context: analyzer