Skip to content

Add validation to check if the manifest_path match its file #5

Add validation to check if the manifest_path match its file

Add validation to check if the manifest_path match its file #5

Workflow file for this run

---
name: CI
on: push
jobs:
run-linters:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Install shellcheck
run: sudo apt update && sudo apt install shellcheck --yes
- name: Run shellcheck
run: shellcheck entrypoint.sh