Skip to content

Upgrade GitHub Action scripts from Node.js 16 to Node.js 20 (#72) #168

Upgrade GitHub Action scripts from Node.js 16 to Node.js 20 (#72)

Upgrade GitHub Action scripts from Node.js 16 to Node.js 20 (#72) #168

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Run Black (Python)
uses: psf/black@stable
with:
options: |
--verbose
--line-length=80
--exclude /(\.github|\.git|\.venv|\.vscode)/
src: "."
version: "22.3.0"