on:
workflow_dispatch:
+ push:
+ branches:
+ - main
schedule:
- cron: "0 */6 * * *"
- name: Make
run: make YACC=byacc test
+ misc:
+
+ name: "Misc"
+
+ runs-on: ubuntu-latest
+
+ permissions:
+ contents: write
+
+ steps:
+ - name: Delete bad tags
+ run: gh release delete "$(make get-version)" --cleanup-tag -y || true
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
release:
name: "Release"
#include <stdbool.h>
#include <stdio.h>
-const char* dataworks_version = "0.1.0";
+const char* dataworks_version = "0.1.1";
const char* dataworks_compile_date = __DATE__;
const char* dataworks_copyright = "Copyright (c) Crabware 2024\n"
" pnsk-lab 2024\n"