Skip to content

feat: implement ltrim (#8) #7

feat: implement ltrim (#8)

feat: implement ltrim (#8) #7

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