Skip to content

Update IAM Permissions to allow unsubscribing from SNS #147

Update IAM Permissions to allow unsubscribing from SNS

Update IAM Permissions to allow unsubscribing from SNS #147

Workflow file for this run

name: Feature Build
on:
push:
branches:
- '*'
- '!master'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build 👷‍♀️
run: yarn
- name: Lint 👮‍♀️
run: yarn lint:format
- name: Test 🙏
run: yarn test --collectCoverage=true