Skip to content

Bump wntrblm/nox from 2022.11.21 to 2023.04.22 #12

Bump wntrblm/nox from 2022.11.21 to 2023.04.22

Bump wntrblm/nox from 2022.11.21 to 2023.04.22 #12

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@v3
- name: Set up Nox
uses: wntrblm/nox@2e8d24a2f21c8b752344ba61222b88238aac901f # 2023.04.22
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