Skip to content

fix: Dockerfile to reduce vulnerabilities #708

fix: Dockerfile to reduce vulnerabilities

fix: Dockerfile to reduce vulnerabilities #708

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn test
- run: yarn style:check