build & release on gh

This commit is contained in:
Pierre Dubouilh
2025-02-01 12:15:20 +02:00
parent 61d78a7454
commit d58ac0faee
4 changed files with 47 additions and 9 deletions
+13
View File
@@ -0,0 +1,13 @@
name: always
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run CI
run: make ci