Skip to content

make end-to-end tests more stable #18

make end-to-end tests more stable

make end-to-end tests more stable #18

Workflow file for this run

name: scripts
on:
pull_request:
paths: common/scripts/**
defaults:
run:
shell: bash
working-directory: common/scripts
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
run: make lint