Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Add -elabuhdm to parse surelog task and a new test #446

Add -elabuhdm to parse surelog task and a new test

Add -elabuhdm to parse surelog task and a new test #446

Workflow file for this run

name: trigger-lint
on:
pull_request:
jobs:
upload_event_file:
runs-on: ubuntu-latest
steps:
- run: cp "$GITHUB_EVENT_PATH" ./event.json
- name: Upload event file as artifact
uses: actions/upload-artifact@v2
with:
name: event.json
path: event.json