1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-05-29 17:40:47 +00:00

Update lint.yml

This commit is contained in:
Stanislas 2021-03-03 12:30:12 +01:00 committed by GitHub
parent 353ce9c534
commit 29d4dc20f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@ jobs:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Lint Code Base - name: Lint Code Base
uses: github/super-linter@v3.15.1 uses: github/super-linter@v3
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}