Skip to content

fix: remove jackett vpn; set tags for novpn, replace jackett #34

fix: remove jackett vpn; set tags for novpn, replace jackett

fix: remove jackett vpn; set tags for novpn, replace jackett #34

Workflow file for this run

name: validate-env
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
dotenv-linter:
name: runner / dotenv-linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: dotenv-linter
uses: dotenv-linter/action-dotenv-linter@v2
with:
github_token: ${{ secrets.github_token }}