Corrected the typo (related to GCP) in AWS README as Kyle mentioned #94
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: 'Lint Notebook' | |
on: | |
push: | |
workflow_dispatch: | |
permissions: | |
contents: write | |
id-token: write | |
jobs: | |
lint: | |
name: 'Linting' | |
uses: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main | |
with: | |
directory: . |