Skip to content

Code optimized to forward logs efficiently #112

Code optimized to forward logs efficiently

Code optimized to forward logs efficiently #112

Workflow file for this run

name: New Relic Azure Functions - Pull Request
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci
- name: Run Linting
run: npm run lint