Skip to content

build(deps-dev): bump eslint from 8.17.0 to 9.8.0 in /test/app #119

build(deps-dev): bump eslint from 8.17.0 to 9.8.0 in /test/app

build(deps-dev): bump eslint from 8.17.0 to 9.8.0 in /test/app #119

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 ..