Skip to content

Bump actions/checkout from 3 to 4 #548

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #548

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 }}