Skip to content

Experiment fawltydeps nodocker #15

Experiment fawltydeps nodocker

Experiment fawltydeps nodocker #15

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
# Use bash by default in all jobs
defaults:
run:
shell: bash
jobs:
lint:
name: Test Run (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: FawltyDeps lint
uses: tweag/FawltyDeps-action@fixup-minor-issues
with:
options: --detailed