Skip to content

Add pre-ci check prior to existing ci and enable linux uvm tests #16

Add pre-ci check prior to existing ci and enable linux uvm tests

Add pre-ci check prior to existing ci and enable linux uvm tests #16

Workflow file for this run

name: Pre-CI
on:
- push
- pull_request
jobs:
check-access:
runs-on:
- ubuntu-latest
steps:
- name: Print author association
run: |
echo "Author association: ${{ github.event.pull_request.author_association }}"