Skip to content

Add a PowerShell wrapper #114

Add a PowerShell wrapper

Add a PowerShell wrapper #114

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install packages
run: sudo apt-get install -y make shellcheck
- name: Check
run: make clean check