Skip to content

Two changes : Correction on Fish cheatsheet & version update on Docke… #520

Two changes : Correction on Fish cheatsheet & version update on Docke…

Two changes : Correction on Fish cheatsheet & version update on Docke… #520

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
- name: Use Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- run: yarn test:smoke