Skip to content

build(deps-dev): bump pytest from 7.4.2 to 7.4.3 #62

build(deps-dev): bump pytest from 7.4.2 to 7.4.3

build(deps-dev): bump pytest from 7.4.2 to 7.4.3 #62

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