fix: typo in the documentation of the list() method of the Objm class #656
Workflow file for this run
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 Modules | |
on: | |
push: | |
tags: | |
- "*" | |
branches: | |
- "*" | |
pull_request: | |
branches: [main] | |
types: [opened] | |
jobs: | |
lint: | |
uses: ./.github/workflows/consistency_checks.yml | |
test-deno: | |
uses: ./.github/workflows/deno_checks.yml | |
test-node: | |
uses: ./.github/workflows/node_checks.yml |