Skip to content

Bump requests from 2.31.0 to 2.32.2 in /.devcontainer #4

Bump requests from 2.31.0 to 2.32.2 in /.devcontainer

Bump requests from 2.31.0 to 2.32.2 in /.devcontainer #4

Workflow file for this run

---
name: reviewdog
# yamllint disable-line rule:truthy
on:
pull_request:
push:
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
- name: Add Problem Matcher for actionlint
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
shell: bash