Skip to content

Commit

Permalink
Merge pull request #9 from Saad-Anees1/Saad-Anees1-patch-4
Browse files Browse the repository at this point in the history
Create run_vcs.yml
  • Loading branch information
Saad-Anees1 authored Sep 5, 2024
2 parents a9911f9 + 6646976 commit ad2acbe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/run_vcs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: RUN VCS

on:
pull_request:
push:
branches:
- master

jobs:
build:
runs-on: self-hosted

steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Compile script with VCS
run: |
cd sim
make comp

0 comments on commit ad2acbe

Please sign in to comment.