Compare commits

..

4 Commits

Author SHA1 Message Date
889db9fbbf format
All checks were successful
Run tests / test (push) Successful in 55s
2025-09-04 20:57:23 +02:00
81ef26ee6c chore: add CHANGELOG.md file 2025-09-04 20:57:16 +02:00
3999922cc8 chore: add scripts folder 2025-09-04 20:57:02 +02:00
c6779be96a chore: update test workflow 2025-09-04 20:56:48 +02:00
4 changed files with 17 additions and 10 deletions

View File

@@ -3,12 +3,14 @@ on:
push: push:
jobs: jobs:
test-project: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Setup nim - name: Setup nim
uses: jiro4989/setup-nim-action@v2 uses: jiro4989/setup-nim-action@v2
- name: Run tests - name: Run tests
run: nimble test run: nimble test

6
CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

View File

@@ -9,7 +9,6 @@ srcDir = "src"
binDir = "bin" binDir = "bin"
installExt = @["nim"] installExt = @["nim"]
# Dependencies # Dependencies
requires "nim >= 2.0.8" requires "nim >= 2.0.8"

0
scripts/.gitkeep Normal file
View File