Improve the readability of patch_enclosing_lambda_fields #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build on Push | |
on: | |
push: | |
branches: | |
- main | |
- stable | |
env: | |
CACHE_VERSION: xxxxx1 | |
jobs: | |
build: | |
uses: "./.github/workflows/build_and_test.yml" |