Compare commits
4 Commits
d692bd09f5
...
889db9fbbf
Author | SHA1 | Date | |
---|---|---|---|
889db9fbbf | |||
81ef26ee6c | |||
3999922cc8 | |||
c6779be96a |
@@ -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
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
|
# Package
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
author = "pro"
|
author = "pro"
|
||||||
description = "my nim project"
|
description = "my nim project"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
bin = @["main"]
|
bin = @["main"]
|
||||||
srcDir = "src"
|
srcDir = "src"
|
||||||
binDir = "bin"
|
binDir = "bin"
|
||||||
installExt = @["nim"]
|
installExt = @["nim"]
|
||||||
|
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
|
0
scripts/.gitkeep
Normal file
0
scripts/.gitkeep
Normal file
Reference in New Issue
Block a user