Skip to content

Commit f98bc9e

Browse files
authored
Merge pull request #2 from hey-api/ci/validate
ci: validate action
2 parents 96d007d + 759e296 commit f98bc9e

File tree

6 files changed

+840
-20
lines changed

6 files changed

+840
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types:
9+
- opened
10+
- ready_for_review
11+
- reopened
12+
- synchronize
13+
14+
jobs:
15+
upload:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v4
20+
21+
- name: Upload OpenAPI spec
22+
id: upload-openapi-spec
23+
uses: ./
24+
env:
25+
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
26+
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
27+
with:
28+
path-to-openapi: ./openapi.json

action.yml renamed to action.yaml

File renamed without changes.

dist/index.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)