Skip to content

Merge pull request #848 from Ostorlab/fix/stop_scan_crashing_when_cas… #1229

Merge pull request #848 from Ostorlab/fix/stop_scan_crashing_when_cas…

Merge pull request #848 from Ostorlab/fix/stop_scan_crashing_when_cas… #1229

name: Lint And Format Checker.
on:
pull_request:
branches: [ "*" ]
push:
branches: [ "main" ]
jobs:
ruff:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10" ]
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Checking code formatting.
uses: chartboost/ruff-action@v1
with:
args: format --check
- name: Running linter.
uses: chartboost/ruff-action@v1