Skip to content

protonmail-bridge: Add start script #270

protonmail-bridge: Add start script

protonmail-bridge: Add start script #270

Workflow file for this run

name: lint
on: [push]
jobs:
shell:
runs-on: ubuntu-latest
container: ghcr.io/mkincl/shell-provider:v1
steps:
- uses: actions/checkout@v2
- run: make init
- run: make lint-shell
lua:
runs-on: ubuntu-latest
container: ghcr.io/mkincl/lua-provider:v1
steps:
- uses: actions/checkout@v2
- run: make init
- run: make lint-lua