Skip to content

Update dependency all-contributors-cli to ^6.26.1 #799

Update dependency all-contributors-cli to ^6.26.1

Update dependency all-contributors-cli to ^6.26.1 #799

Workflow file for this run

name: CI
on:
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'yarn'
# Get local dependencies
- run: yarn install
# Run tests
- run: yarn run prettier:check
- run: yarn run test-all