-
-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Add Copilot instructions #250521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Copilot instructions #250521
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # Formula Code Review | ||
|
|
||
| Read formula documentation in `ls $(brew --repo)/docs/*ormula*.md`. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,13 +55,6 @@ jobs: | |
| cask: false | ||
| stable: ${{ matrix.stable }} | ||
|
|
||
| - name: Cache style cache | ||
| uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 | ||
| with: | ||
| path: /home/linuxbrew/.cache/Homebrew/style | ||
| key: style-cache-${{ matrix.stable && 'stable-' || 'main-' }}${{ github.sha }} | ||
| restore-keys: style-cache-${{ matrix.stable && 'stable-' || 'main-' }} | ||
|
|
||
|
Comment on lines
-58
to
-64
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have a question: could this step affect the time it takes to complete
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Whoops, yes, this was removed for debugging only. Will add it back.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - run: brew test-bot --only-tap-syntax ${{ matrix.stable && '--stable' || '' }} | ||
|
|
||
| formulae_detect: | ||
|
|
@@ -329,7 +322,8 @@ jobs: | |
| run: brew determine-test-runners --dependents --eval-all "$TESTING_FORMULAE" | ||
|
|
||
| test_deps: | ||
| needs: [tap_syntax, formulae_detect, setup_dep_tests, setup_dep_runners, tests] | ||
| needs: | ||
| [tap_syntax, formulae_detect, setup_dep_tests, setup_dep_runners, tests] | ||
| if: > | ||
| (success() || | ||
| (failure() && | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.