Skip to content

Commit

Permalink
Add CI config (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Patel <[email protected]>
  • Loading branch information
ripatel-fd and riptl authored Jun 3, 2023
1 parent e293c7a commit ee26910
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ insert_final_newline = true
[*.hexpat]
indent_style = tab
indent_size = 8

[.github/**/*.yml]
indent_style = space
indent_size = 2
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test
on:
push:
pull_request:
jobs:
hexpat-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- run: make -j
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ sync: $(addsuffix .json,$(HEXPAT_TESTS))
# Define target to check out plcli artifacts
artifacts/plcli: | artifacts
artifacts:
git fetch origin artifacts
git checkout origin/artifacts -- artifacts
git rm -r --cached --quiet artifacts

Expand Down

0 comments on commit ee26910

Please sign in to comment.