10000 Merge pull request #603 from actions/joshmgross/document-inputs · MichaelDeBoey/github-script@5ee2b97 · GitHub
[go: up one dir, main page]

Skip to content

[pull] main from actions:main #80

[pull] main from actions:main

[pull] main from actions:main #80

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-dependencies
- run: npm run style:check
- run: npm test
0