Skip to content

fix: add token for release workflow #10

fix: add token for release workflow

fix: add token for release workflow #10

Workflow file for this run

name: Linting
on: push
jobs:
check-crlf:
name: Check for CRLF endings
runs-on: ubuntu-latest
steps:
- name: Checkout repository contents
uses: actions/checkout@v7
- name: Use action to check for CRLF endings
uses: erclu/check-crlf@master