Skip to content

Commit

Permalink
Merge pull request #11 from adobe/method-first
Browse files Browse the repository at this point in the history
GH-10 - Method first API
  • Loading branch information
auniverseaway authored Jan 27, 2024
2 parents e1c4a6e + 419d6ba commit 2d28f3c
Show file tree
Hide file tree
Showing 28 changed files with 1,652 additions and 254 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy-main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:
- stage
- main

jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
12 changes: 12 additions & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"reporter": [
"lcov",
"text",
"text-summary"
],
"check-coverage": true,
"lines": 100,
"branches": 100,
"statements": 100,
"skip-full": true
}
Loading

0 comments on commit 2d28f3c

Please sign in to comment.