Skip to content

Commit 8eb0852

Browse files
authored
✨ bump inflection and fortune, add CI workflow (#80)
1 parent d721070 commit 8eb0852

File tree

4 files changed

+18
-1795
lines changed

4 files changed

+18
-1795
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'test'
2+
3+
on: [pull_request, push]
4+
5+
permissions:
6+
contents: read
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: ljharb/actions/node/install@main
14+
name: 'nvm install lts/* && npm install'
15+
- run: npm test

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)