Skip to content

ci(github): use squash instead of merge in mergify.yml #16

ci(github): use squash instead of merge in mergify.yml

ci(github): use squash instead of merge in mergify.yml #16

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run action
uses: ./
- name: Run action with version
uses: ./
with:
version: 2.3.4