Skip to content

Bump wntrblm/nox from 2023.04.22 to 2024.03.02 #16

Bump wntrblm/nox from 2023.04.22 to 2024.03.02

Bump wntrblm/nox from 2023.04.22 to 2024.03.02 #16

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@4c8e89164d90718312e4819a48243797924f55a9 # 2024.03.02
with:
python-versions: '3.10, 3.11'
- name: setup annotations for flake8 results
uses: rbialon/flake8-annotations@48819b39d57c621b5a64a1cdce40a5caa6a43b89 # v1.1
- 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