Skip to content

fix(config): correctly parse env variables #537

fix(config): correctly parse env variables

fix(config): correctly parse env variables #537

Workflow file for this run

name: "test"
on:
pull_request:
paths-ignore:
- "!**.md"
push:
branches:
- "master"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
rust-peer:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}