Skip to content

Commit

Permalink
Merge pull request #2 from hey-api/ci/validate
Browse files Browse the repository at this point in the history
ci: validate action
  • Loading branch information
mrlubos authored Apr 13, 2024
2 parents 96d007d + 759e296 commit f98bc9e
Show file tree
Hide file tree
Showing 6 changed files with 840 additions and 20 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CI

on:
push:
branches:
- main
pull_request:
types:
- opened
- ready_for_review
- reopened
- synchronize

jobs:
upload:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Upload OpenAPI spec
id: upload-openapi-spec
uses: ./
env:
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
with:
path-to-openapi: ./openapi.json
File renamed without changes.
22 changes: 11 additions & 11 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f98bc9e

Please sign in to comment.