1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-01 19:10:48 +00:00
openvpn-install/.github/workflows/lint.yml

15 lines
314 B
YAML
Raw Normal View History

2024-05-16 18:02:01 +00:00
on: [push, pull_request, workflow_dispatch]
2020-04-27 13:01:15 +00:00
name: Lint
2020-06-26 20:37:38 +00:00
jobs:
2020-10-21 11:59:49 +00:00
super-linter:
runs-on: ubuntu-latest
steps:
2020-10-21 11:59:49 +00:00
- name: Checkout Code
2024-05-16 18:13:47 +00:00
uses: actions/checkout@v4
2020-10-21 11:59:49 +00:00
- name: Lint Code Base
uses: github/super-linter@v4.1.0
env:
2020-10-21 11:59:49 +00:00
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}