Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin in /test/app #120

build(deps-dev): bump @typescript-eslint/eslint-plugin in /test/app

build(deps-dev): bump @typescript-eslint/eslint-plugin in /test/app #120

Workflow file for this run

name: Run tests
on:
push:
branches:
- "**"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run tests
run: cd test && ./run.sh && cd ..