Skip to content

Memento

Memento #1

Workflow file for this run

name: Merge to master
on:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint_build:
runs-on: ubuntu-20.04-32c-128g
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- name: lint
uses: ./.github/actions/lint