Skip to content

test

test #6

Workflow file for this run

---
name: check
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" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/rate_limit'