Skip to content

fix: ensure line ending is LF #70

fix: ensure line ending is LF

fix: ensure line ending is LF #70

Workflow file for this run

name: Check
on:
push:
paths-ignore:
- '*.md'
pull_request:
paths-ignore:
- '*.md'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Check
run: python check.py