mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-06 20:52:42 +01:00
The super-linter project has been moved to the super-linter org and significantly updated. v7 includes many improvements and bug fixes.
15 lines
316 B
YAML
15 lines
316 B
YAML
on: [push, pull_request, workflow_dispatch]
|
|
|
|
name: Lint
|
|
|
|
jobs:
|
|
super-linter:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Code
|
|
uses: actions/checkout@v4
|
|
- name: Lint Code Base
|
|
uses: super-linter/super-linter@v7
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|