Skip to content

feat: support pass cert and priv key content #159

feat: support pass cert and priv key content

feat: support pass cert and priv key content #159

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: "ubuntu-20.04"
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Get dependencies
run: |
sudo apt install -y luarocks
sudo luarocks install luacheck > build.log 2>&1 || (cat build.log && exit 1)
- name: Script
run: |
luacheck .