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 20ba71b commit 1a1a402Copy full SHA for 1a1a402
.github/workflows/copilot-setup-steps.yml
@@ -0,0 +1,24 @@
1
+name: "Copilot Setup Steps"
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ paths:
7
+ - .github/workflows/copilot-setup-steps.yml
8
9
+permissions:
10
+ contents: read
11
12
+jobs:
13
+ copilot-setup-steps:
14
+ runs-on: ubuntu-latest
15
16
+ steps:
17
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
19
+ - name: Setup Flutter
20
+ uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0
21
+ with:
22
+ cache: true
23
24
+ - run: ./tool/pub-get.sh
0 commit comments