Skip to content

Bump guzzlehttp/guzzle from 7.3.0 to 7.8.1 in /tracer #324

Bump guzzlehttp/guzzle from 7.3.0 to 7.8.1 in /tracer

Bump guzzlehttp/guzzle from 7.3.0 to 7.8.1 in /tracer #324

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: rendertron
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15
- run: npm ci
- run: npm run lint
- run: npm run build
test-middleware:
name: Middleware tests
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: rendertron/middleware
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15
- run: npm ci
- run: npm run test
- run: npm run build