Skip to content

Replace get_env_config() with resolve_env_vars(). #932

Replace get_env_config() with resolve_env_vars().

Replace get_env_config() with resolve_env_vars(). #932

Workflow file for this run

name: Check style
on:
push:
branches:
- main
pull_request:
# This will trigger the workflow for pull requests to any branch
types: [opened, synchronize, reopened]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1