We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae135f commit a847654Copy full SHA for a847654
.github/workflows/github-actions-yaml-test.yml
@@ -9,13 +9,9 @@ jobs:
9
name: 'Tests for variables.yaml'
10
if: github.event_name == 'pull_request' || github.event_name == 'push'
11
runs-on: ubuntu-latest
12
- container:
13
- image: openroad/ubuntu-cpp20
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
- with:
18
- submodules: 'recursive'
19
- name: Run generate-variables-docs.py
20
run: |
21
python3 flow/scripts/generate-variables-docs.py
0 commit comments