Skip to content

Skip dirs starting with . when discovering Roms to fix ScummVM random… #73

Skip dirs starting with . when discovering Roms to fix ScummVM random…

Skip dirs starting with . when discovering Roms to fix ScummVM random… #73

Workflow file for this run

name: Main branch pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
actions: read
contents: write
id-token: write
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
# jobs:
# lint:
# uses: ./.github/workflows/lint.yml
# secrets: inherit