Skip to content

Bump mypy from 1.12.1 to 1.13.0 #621

Bump mypy from 1.12.1 to 1.13.0

Bump mypy from 1.12.1 to 1.13.0 #621

Workflow file for this run

name: dotenv
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint single file
uses: wemake-services/dotenv-linter@master
with:
reporter: 'github-pr-review'
options: 'tests/fixtures/.env.correct'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
- name: Lint multiple files
uses: wemake-services/dotenv-linter@master
with:
reporter: 'github-pr-review'
options: 'tests/fixtures/.env.correct tests/fixtures/.env.duplicate'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}