Skip to content

Bump tornado from 6.4.1 to 6.4.2 (#302) #1377

Bump tornado from 6.4.1 to 6.4.2 (#302)

Bump tornado from 6.4.1 to 6.4.2 (#302) #1377

Workflow file for this run

name: Run ShellCheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: [ubuntu-latest]
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Analyze shell scripts
uses: 'bewuethr/shellcheck-action@v2'