Skip to content

Change entrypoint to use python script instead of bash #4

Change entrypoint to use python script instead of bash

Change entrypoint to use python script instead of bash #4

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