Move Flipt to Feature Toggle #2010
Workflow file for this run
This file contains hidden or 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: pull request | |
on: | |
pull_request: | |
branches: [ master ] | |
concurrency: | |
group: pull-request-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
syntax-checks: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: make install | |
- run: make awesome_lint | |
- run: make export_markdown |