[feat] Save account creation status to DataStore on "Continue" butto… #191
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
name: check | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
pull_request: | |
permissions: read-all | |
jobs: | |
markdown: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: | | |
sudo gem install mdl | |
mdl -s .github/linter/readme_style.rb README.md | |
mdl -s .github/linter/base_style.rb docs .github CONTRIBUTING.md |