Skip to content

Commit

Permalink
Add features workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintinWillison committed Feb 27, 2023
1 parent d23ae12 commit 2fb1d96
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/features.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Features

on:
pull_request:
push:
branches:
- main

jobs:
build:
uses: ably/features/.github/workflows/sdk-features.yml@main
with:
repository-name: ably-php
secrets: inherit

0 comments on commit 2fb1d96

Please sign in to comment.