Skip to content

switch to asfquart

switch to asfquart #54

Workflow file for this run

name: Run Tests
on:
pull_request:
jobs:
validate-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Display info
run: |
pwd
tree -a -I '.git'
git status
echo "Action: ${{ github.event.action }}"
echo "Sender: ${{ github.event.sender.login }}"
- name: Run tests and such
run: sleep 60