Skip to content

Feature: Refactor for flexible URLs and Release / Daily images #16

Feature: Refactor for flexible URLs and Release / Daily images

Feature: Refactor for flexible URLs and Release / Daily images #16

Workflow file for this run

# Run shellcheck on push
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@master