Skip to content

Use a robust path reference to the file config #4888

Use a robust path reference to the file config

Use a robust path reference to the file config #4888

Workflow file for this run

name: format-check
on: [push,pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'
architecture: x64
- uses: psf/[email protected]
with:
options: "--check"
src: "./ulc_mm_package"