Skip to content

Allow download mulitple backing images with one click and move clean up action in detail modal #120

Allow download mulitple backing images with one click and move clean up action in detail modal

Allow download mulitple backing images with one click and move clean up action in detail modal #120

Workflow file for this run

name: Codespell
on:
pull_request:
branches:
- master
- "v*.*.*"
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Check code spell
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,*-lock.json,**/*.svg,"