Skip to content

[check_merge_conflict] Look for all 3 git conflict markers. #384

[check_merge_conflict] Look for all 3 git conflict markers.

[check_merge_conflict] Look for all 3 git conflict markers. #384

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py310"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py310", "py311", "py312", "py313"]'
os: ubuntu-latest