Skip to content

Bump wntrblm/nox from 2025.02.09 to 2025.05.01 #35

Bump wntrblm/nox from 2025.02.09 to 2025.05.01

Bump wntrblm/nox from 2025.02.09 to 2025.05.01 #35

Workflow file for this run

name: CI
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-24.04
name: Test
steps:
- uses: actions/checkout@v4
- name: Set up Nox
uses: wntrblm/nox@2254a1ee500bbf66c2a5e4ff5dad030b9f579dcd # 2025.05.01
with:
python-versions: '3.11, 3.12, 3.13'
- name: setup annotations for flake8 results
uses: airtower-luna/flake8-annotations@d29f60162d03c010b8604adc1d5b825c989a9acc # node20
- name: Run tests and linter
run: |
nox --report test-report.json
- name: Run this action on the Nox report from tests
if: always()
uses: ./
with:
report: 'test-report.json'
title: Self-test