Skip to content

Create abaplint.jsonc #5

Create abaplint.jsonc

Create abaplint.jsonc #5

Workflow file for this run

name: CI
on: [push]
jobs:
abaplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: @abaplint/cli

Check failure on line 10 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
uses: abaplint/actions-abaplint@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}