Skip to content

build(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 #60

build(deps-dev): bump urllib3 from 2.0.4 to 2.0.7

build(deps-dev): bump urllib3 from 2.0.4 to 2.0.7 #60

Workflow file for this run

name: linters
# Controls when the action will run.
on:
pull_request:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
lint:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: hadolint
uses: reviewdog/action-hadolint@v1
env:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review