Compare commits
4 Commits
d692bd09f5
...
889db9fbbf
Author | SHA1 | Date | |
---|---|---|---|
889db9fbbf | |||
81ef26ee6c | |||
3999922cc8 | |||
c6779be96a |
@@ -3,12 +3,14 @@ on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
test-project:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Setup nim
|
||||
uses: jiro4989/setup-nim-action@v2
|
||||
|
||||
- name: Run tests
|
||||
run: nimble test
|
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal 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).
|
@@ -1,14 +1,13 @@
|
||||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "pro"
|
||||
description = "my nim project"
|
||||
license = "MIT"
|
||||
bin = @["main"]
|
||||
srcDir = "src"
|
||||
binDir = "bin"
|
||||
installExt = @["nim"]
|
||||
|
||||
version = "0.1.0"
|
||||
author = "pro"
|
||||
description = "my nim project"
|
||||
license = "MIT"
|
||||
bin = @["main"]
|
||||
srcDir = "src"
|
||||
binDir = "bin"
|
||||
installExt = @["nim"]
|
||||
|
||||
# Dependencies
|
||||
|
||||
|
0
scripts/.gitkeep
Normal file
0
scripts/.gitkeep
Normal file
Reference in New Issue
Block a user