Skip to content

Merge pull request #70 from open-telemetry/renovate/fossas-fossa-acti… #48

Merge pull request #70 from open-telemetry/renovate/fossas-fossa-acti…

Merge pull request #70 from open-telemetry/renovate/fossas-fossa-acti… #48

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
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