Skip to content

Commit

Permalink
ci: prepare CI for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Mar 4, 2024
1 parent df48b5b commit 4bec94c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ on:
- v*

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 21
- run: npm ci
- run: npm lint
- run: npm build

publish-npm:
needs: build
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
Expand Down
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
src
.github
test
index.html
.gitignore
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<p align=center>
<img src="https://user-images.githubusercontent.com/11330271/208825167-77d7bc78-17d0-4f33-ad35-d108b6fac730.gif" height="237px" width="344"/>
</p>
<h1 align=center>aresrpg-engine</h1>
<p align=center>
<img src="https://img.shields.io/badge/Made%20with-Javascript-%23f7df1e?style=for-the-badge" alt="fully in javascript"/>
<img src="https://img.shields.io/badge/Powered%20By-Black%20Magic-blueviolet?style=for-the-badge" alt="powered by lsd"/>
<a href="https://discord.gg/aresrpg">
<img src="https://img.shields.io/discord/265104803531587584.svg?logo=discord&style=for-the-badge" alt="Chat"/>
</a>
</p>
<h3 align=center>Voxel engine for AresRPG</h3>

![](https://i.imgur.com/ozCF28L.png)

TODO: documentation


0 comments on commit 4bec94c

Please sign in to comment.