Skip to content

Bump wntrblm/nox from 2024.03.02 to 2024.04.15 #21

Bump wntrblm/nox from 2024.03.02 to 2024.04.15

Bump wntrblm/nox from 2024.03.02 to 2024.04.15 #21

Workflow file for this run

name: CI
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-22.04
name: Test
steps:
- uses: actions/checkout@v4
- name: Set up Nox
uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15
with:
python-versions: '3.11, 3.12'
- 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