Skip to content

[Auto-generated] Update maintainer ownership for service github-app-js-sample to d-sharanya - 2025-08-19 #104

[Auto-generated] Update maintainer ownership for service github-app-js-sample to d-sharanya - 2025-08-19

[Auto-generated] Update maintainer ownership for service github-app-js-sample to d-sharanya - 2025-08-19 #104

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm install standard
- run: npm run lint