Skip to content

feat(588): single-qotes in yaml #386

feat(588): single-qotes in yaml

feat(588): single-qotes in yaml #386

Workflow file for this run

name: lint and test
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
fail-fast: true
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'yarn'
- name: Install dependencies with yarn
run: yarn install --frozen-lockfile
- name: Run spv-wallet ESLint
run: yarn lint