Skip to content

remove inputs from action.yml since they are all env vars now #64

remove inputs from action.yml since they are all env vars now

remove inputs from action.yml since they are all env vars now #64

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Shellcheck
run: |
shellcheck *.sh