Skip to content

Fix syntax

Fix syntax #3

Workflow file for this run

name: package-resolver
permissions:
contents: read
on:
workflow_dispatch:
push:
branches:
- master
paths:
- '**/*.txt'
- ".github/workflows/version.yml"
jobs:
check-python-version:
runs-on: thevickypedia-lite
steps:
- uses: actions/checkout@v4
- run: python dependencies.py
working-directory: dev_scripts
shell: bash