Add support for aws s3 store #399
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
on: [push, pull_request] | |
name: Commit lint and release | |
jobs: | |
lint_release: | |
uses: nrkno/github-workflow-semantic-release/.github/workflows/[email protected] | |
with: | |
release-enabled: false | |
runs-on: ubuntu-latest |