add note about finding commands for shortcuts #485
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: Test | |
on: | |
push: | |
pull_request: | |
branches: [master] | |
jobs: | |
typos: | |
name: Spell Check with Typos | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: crate-ci/[email protected] | |
nbb-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run graph-validator tests | |
uses: logseq/graph-validator@main | |
rdf-export: | |
runs-on: ubuntu-latest | |
name: Test rdf export | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Export graph as RDF | |
uses: logseq/rdf-export@main |