Skip to content

Bump nokogiri from 1.14.3 to 1.16.2 #79

Bump nokogiri from 1.14.3 to 1.16.2

Bump nokogiri from 1.14.3 to 1.16.2 #79

Workflow file for this run

name: Build-test
on:
push:
workflow_call:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Test
run: make -f Makefile.docker test
- name: Lint
run: make -f Makefile.docker lint