Skip to content

Port code to INDI 2.0.2 and update CPM #3900

Port code to INDI 2.0.2 and update CPM

Port code to INDI 2.0.2 and update CPM #3900

#
# See https://github.com/marketplace/actions/check-crlf
#
name: "Maintenance"
on:
push:
pull_request_target:
types: [synchronize]
jobs:
main:
name: "Check CRLF line endings"
runs-on: ubuntu-latest
if: "!contains(github.actor, 'transifex')"
steps:
- name: Checkout repository contents
uses: actions/checkout@v4
- name: Check CRLF line endings
uses: erclu/check-crlf@v1