Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 72e238b

Browse files
authored
Add github action, check versions.
1 parent bc64827 commit 72e238b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/versions.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Check versions
2+
on:
3+
issues:
4+
types: [opened]
5+
6+
jobs:
7+
check-versions:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: zo0r/react-native-push-notification@master
11+
with:
12+
github-token: ${{ secrets.GITHUB_TOKEN }}
13+
packages: |
14+
react-native-push-notification
15+
@react-native-community/push-notification-ios

0 commit comments

Comments
 (0)