Skip to content

Bump pylint from 3.0.0 to 3.0.2 #468

Bump pylint from 3.0.0 to 3.0.2

Bump pylint from 3.0.0 to 3.0.2 #468

Workflow file for this run

name: Announcer
'on':
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Build:
runs-on: '${{ matrix.os }}'
strategy:
matrix:
os:
- ubuntu-20.04
python-version:
- "3.10"
- "3.9"
- "3.8"
steps:
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'
- uses: actions/checkout@v4
- run: bash install.sh
- run: bash test.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}