Skip to content

Bump follow-redirects from 1.15.2 to 1.15.6 in /services/slackbot #1443

Bump follow-redirects from 1.15.2 to 1.15.6 in /services/slackbot

Bump follow-redirects from 1.15.2 to 1.15.6 in /services/slackbot #1443

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./services/engine
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"