Skip to content

fix: 🐛 fix yarn version #31

fix: 🐛 fix yarn version

fix: 🐛 fix yarn version #31

Workflow file for this run

name: Docker
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
linters:
name: Linters
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup docker
run: |
bin/docker-setup
- name: Run linters and security checks
run: bin/docker-quality