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 8b389b8 commit ef2c18eCopy full SHA for ef2c18e
.github/workflows/main.yml
@@ -11,6 +11,7 @@ jobs:
11
- uses: Bogdanp/[email protected]
12
with:
13
version: stable
14
+ - run: echo "github actor is ${{ github.actor }} and triggering actor is ${{ github.triggering_actor }}"
15
- run: raco pkg install --batch --auto cover cover-coveralls
16
- run: raco pkg install --batch --auto --link --name resyntax
17
- run: raco test --package resyntax
0 commit comments