Skip to content

Bump version to 1.5.0 #150

Bump version to 1.5.0

Bump version to 1.5.0 #150

Workflow file for this run

name: black-action
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linter_name:
name: runner / black
runs-on: ubuntu-latest
steps:
- uses: SuffolkLITLab/ALActions/black-formatting@main
with:
MAKE_PR: "true"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}