Skip to content

Add completions for Cloud Foundry CLI. #210

Add completions for Cloud Foundry CLI.

Add completions for Cloud Foundry CLI. #210

Workflow file for this run

name: Code check
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: leafo/[email protected]
with:
luaVersion: "5.2.4"
- uses: leafo/[email protected]
- name: Install dependencies
run: |
luarocks install busted
luarocks install cluacov
luarocks install luacheck
- name: Run checks
run: |
luacheck .
busted
- uses: codecov/[email protected]