Skip to content

fix: chart lock

fix: chart lock #3

Workflow file for this run

name: Lint images
on: push
jobs:
lint-images:
name: Lint images
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run image check script
run: bash ./image_check.sh
working-directory: ./scripts