chore(deps-dev): bump vite from 5.4.10 to 5.4.11 (#432) #1151
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Lint dotenv' | |
on: | |
push: | |
jobs: | |
build: | |
name: Lint dotenv | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install dotenv | |
run: curl -sSfL https://git.io/JLbXn | sh -s -- -b usr/local/bin v3.3.0 | |
- name: Run dotenv | |
run: usr/local/bin/dotenv-linter |