Skip to content

Merge pull request #61 from open-telemetry/renovate/all-patch #32

Merge pull request #61 from open-telemetry/renovate/all-patch

Merge pull request #61 from open-telemetry/renovate/all-patch #32

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint