Skip to content

Add error checking to git test system calls #13

Add error checking to git test system calls

Add error checking to git test system calls #13

name: "Copilot Setup Steps"
# Automatically run the setup steps when they are changed to allow for easy validation, and
# allow manual testing through the repository's "Actions" tab
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@master
- uses: Bogdanp/[email protected]
with:
version: stable
- run: raco pkg install --batch --auto cover
- run: raco pkg install --batch --auto --link --name resyntax