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 3672686 commit 71074e1Copy full SHA for 71074e1
.github/workflows/copilot-setup-steps.yml
@@ -0,0 +1,26 @@
1
+name: "Copilot Setup Steps"
2
+
3
+# Automatically run the setup steps when they are changed to allow for easy validation, and
4
+# allow manual testing through the repository's "Actions" tab
5
+on:
6
+ workflow_dispatch:
7
+ push:
8
+ paths:
9
+ - .github/workflows/copilot-setup-steps.yml
10
+ pull_request:
11
12
13
14
+jobs:
15
+ copilot-setup-steps:
16
+ runs-on: ubuntu-latest
17
18
+ permissions:
19
+ contents: read
20
21
+ steps:
22
+ - uses: actions/checkout@master
23
+ - uses: Bogdanp/[email protected]
24
+ with:
25
+ version: stable
26
+ - run: raco pkg install --batch --auto --link --name resyntax
0 commit comments