Skip to content

feat: support new GitHub merge box #18

feat: support new GitHub merge box

feat: support new GitHub merge box #18

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
concurrency:
# yamllint disable-line rule:line-length
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Download actionlint
id: get_actionlint
# yamllint disable-line rule:line-length
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.6.15
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
test:
timeout-minutes: 20
runs-on: ubuntu-22.04
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Test
run: make