Skip to content

feat: Allow access on all indexes of a table in GuDynamoDBPolicy #4235

feat: Allow access on all indexes of a table in GuDynamoDBPolicy

feat: Allow access on all indexes of a table in GuDynamoDBPolicy #4235

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
# see https://github.com/marketplace/actions/semantic-pull-request
lint-PR:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
with:
# When using "Squash and merge" on a PR with only one commit, GitHub
# will suggest using that commit message instead of the PR title for the
# merge commit, and it's easy to commit this by mistake. Enable this option
# to also validate the commit message for one commit PRs.
# https://github.com/amannn/action-semantic-pull-request
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
- run: ./script/ci