Skip to content

pkgs: Update Arch Linux package lists #346

pkgs: Update Arch Linux package lists

pkgs: Update Arch Linux package lists #346

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