Skip to content

Commit

Permalink
build: remove publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jan 7, 2022
1 parent 9d3dc74 commit da599fe
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 59 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: build-test

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm run build
22 changes: 0 additions & 22 deletions .github/workflows/npm-beta.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/npm-publish.yml

This file was deleted.

9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 🗡 ffxiv-overlay-api 🛡

![BADGE](https://img.shields.io/github/workflow/status/dsrkafuu/ffxiv-overlay-api/npm-publish)
![BADGE](https://img.shields.io/npm/v/ffxiv-overlay-api)
![BADGE](https://img.shields.io/npm/dm/ffxiv-overlay-api)
![BADGE](https://img.shields.io/npm/l/ffxiv-overlay-api)
![](https://img.shields.io/github/workflow/status/dsrkafuu/ffxiv-overlay-api/build-test)
![](https://img.shields.io/npm/v/ffxiv-overlay-api)
![](https://img.shields.io/npm/dm/ffxiv-overlay-api)
[![](https://img.shields.io/npm/l/ffxiv-overlay-api)](https://github.com/dsrkafuu/ffxiv-overlay-api/blob/master/LICENSE)
[![](https://img.shields.io/lgtm/grade/javascript/github/dsrkafuu/ffxiv-overlay-api)](https://lgtm.com/projects/g/dsrkafuu/ffxiv-overlay-api/context:javascript)

Build your own modern FFXIV overlay with npm & TypeScript support.

Expand Down

0 comments on commit da599fe

Please sign in to comment.