Skip to content

[Disallowed Names Rule]: Added links in invalid-name details #127

[Disallowed Names Rule]: Added links in invalid-name details

[Disallowed Names Rule]: Added links in invalid-name details #127

Workflow file for this run

---
name: CI
on:
pull_request:
branches:
- main
paths-ignore:
- '.gitignore'
- 'LICENSE'
- '**.md'
push:
paths-ignore:
- '.gitignore'
- 'LICENSE'
- '**.md'
jobs:
test:
name: Test Analyzer
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
- name: Build Docker Image
run: docker build -f Dockerfile -t python-analyzer .
- name: Run Tests for Analyzer in Docker
run: bin/run-tests-in-docker.sh