Skip to content

docs: fix list fetch end index description (#387) #75

docs: fix list fetch end index description (#387)

docs: fix list fetch end index description (#387) #75

name: On push to main branch
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
with:
token: ${{ secrets.MOMENTO_MACHINE_USER_GITHUB_TOKEN }}
- name: Generate README
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2
with:
project_status: official
project_stability: stable
project_type: sdk
sdk_language: Java
dev_docs_slug: java
- name: Verify Storage examples README generation
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2
with:
project_status: official
project_stability: beta
project_type: other
template_file: ./examples/storage/README.template.md
output_file: ./examples/storage/README.md
- name: Verify examples README generation
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2
with:
project_status: official
project_stability: beta
project_type: other
template_file: ./examples/README.template.md
output_file: ./examples/README.md