Skip to content

Bump braces from 3.0.2 to 3.0.3 in /tools/mdlint #296

Bump braces from 3.0.2 to 3.0.3 in /tools/mdlint

Bump braces from 3.0.2 to 3.0.3 in /tools/mdlint #296

Workflow file for this run

name: E2E tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
e2e-test:
name: e2e test
runs-on: ubuntu-latest
env:
TZ: Asia/Tokyo
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run e2e test
run: make e2e-test