Skip to content

Add support for ${pwd} for -L, -resource-dir and INCLUDE env var #6154

Add support for ${pwd} for -L, -resource-dir and INCLUDE env var

Add support for ${pwd} for -L, -resource-dir and INCLUDE env var #6154

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
code-format-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1