Skip to content

ci: add integration workflow to check if files end in a newline charaโ€ฆ #1

ci: add integration workflow to check if files end in a newline charaโ€ฆ

ci: add integration workflow to check if files end in a newline charaโ€ฆ #1

Workflow file for this run

name: ๐Ÿ”„ Integartion

Check failure on line 1 in .github/workflows/integration.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration.yaml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
pull_request_target:
types: [opened, reopened]
jobs:
linelint:
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v4
uses: actions/[email protected]