Skip to content

Commit

Permalink
feat: add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamud committed Aug 28, 2023
1 parent bb47c9b commit 4b70b72
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

---
name: CI
on:
pull_request:
push:
jobs:
melpazoid:
runs-on: ubuntu-latest
steps:
- uses: purcell/setup-emacs@master
with:
version: 28.2
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install
run: |
python -m pip install --upgrade pip
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- name: Run
env:
LOCAL_REPO: ${{ github.workspace }}
RECIPE: (noir-ts-mode :repo "hhamud/noir-ts-mode" :fetcher github)
run: echo $GITHUB_REF && make -C ~/melpazoid

0 comments on commit 4b70b72

Please sign in to comment.