Skip to content

🔄 synced file(s) with circlefin/w3s-react-native-sdk-internal (#5) #11

🔄 synced file(s) with circlefin/w3s-react-native-sdk-internal (#5)

🔄 synced file(s) with circlefin/w3s-react-native-sdk-internal (#5) #11

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches: [master]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
scan:
needs: lint-and-test
if: github.event_name == 'pull_request'
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
release-sbom:
needs: lint-and-test
if: github.event_name == 'push'
uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1