Skip to content

Add CI release action (#2) #15

Add CI release action (#2)

Add CI release action (#2) #15

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install git-crypt
- name: Show versions
run: bin/trk version
- name: Run test
run: make test