fix: restore async await lowering on main (#727) #544
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: QuickDup | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| quickdup: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Set up Go | |
| uses: actions/setup-go@v5 | |
| with: | |
| go-version: '1.21' | |
| cache: false | |
| - name: Install QuickDup | |
| run: go install github.com/asynkron/Asynkron.QuickDup/cmd/quickdup@v0.2.0 | |
| - name: Run QuickDup | |
| run: quickdup -path src/Asynkron.JsEngine -ext .cs --github-annotations --git-diff origin/${{ github.base_ref || 'main' }} --no-cache |