Skip to content

Workflow file for this run

---
name: deploy
on: # yamllint disable-line rule:truthy
push:
branches: ["test"]
pull_request:
branches: ["test"]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: test
run: curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/rate_limit

Check failure on line 17 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 17