Skip to content

Merge pull request #203 from moi-si/master-1 #67

Merge pull request #203 from moi-si/master-1

Merge pull request #203 from moi-si/master-1 #67

Workflow file for this run

name: Lint
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
toml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ">=3.11"
- run: |
python3 -c 'import tomllib; tomllib.load(open("accesser/config.toml", "rb"))'