Skip to content

Update README.md

Update README.md #12

Workflow file for this run

name: Run tests on gdlint workflow
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Test action with defined python version
uses: ./
with:
directory: test/green
python_version: '3.11'
- name: Test action with defined gdtoolkit version
uses: ./
with:
directory: test/green
gdtoolkit_version: '4.2.0'