Skip to content

Bump slackapi/slack-github-action from 3.0.5 to 4.0.0 #2132

Bump slackapi/slack-github-action from 3.0.5 to 4.0.0

Bump slackapi/slack-github-action from 3.0.5 to 4.0.0 #2132

Workflow file for this run

name: Linter for python modules
on:
push:
branches:
- '**'
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v7
- name: Set up Python environment
uses: actions/setup-python@v7
with:
python-version: "3.14"
- name: flake8 Lint
uses: py-actions/flake8@v2