Skip to content

Commit

Permalink
Add CODEOWNERS and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Aug 28, 2024
1 parent 6260c0d commit b76612b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: coiled-login-action

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- '*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Coiled Login Action
uses: ./
with:
token: ${{ secrets.COILED_API_TOKEN }}

6 changes: 6 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# These owners will be the default owners/reviewers for everything in
# the repo. Unless a later match takes precedence,
# the entire @coiled/platform team will be requested for
# review when someone opens a pull request in this repo.
* @coiled/platform

0 comments on commit b76612b

Please sign in to comment.