Skip to content

tunspace: more robust uplink handling, and direct interface support #397

tunspace: more robust uplink handling, and direct interface support

tunspace: more robust uplink handling, and direct interface support #397

Workflow file for this run

---
name: lint
#
# Documentation:
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
#
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
build:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Lint
run: |
sudo apt update
sudo apt install -y luarocks shellcheck
luarocks --local --tree $HOME/.luarocks install luacheck
make lint