Skip to content

Bump actions/checkout from 4 to 5 in the github-actions group #28

Bump actions/checkout from 4 to 5 in the github-actions group

Bump actions/checkout from 4 to 5 in the github-actions group #28

Workflow file for this run

---
name: "test"
on:
- "push"
- "pull_request"
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "bewuethr/[email protected]"
with:
config-file: ".yamllint"
- uses: "./"
- uses: "engineerd/[email protected]"
with:
name: "grpcurl"
fromGitHubReleases: "true"
pathInArchive: "grpcurl"
repo: "fullstorydev/grpcurl"
urlTemplate: "https://github.com/fullstorydev/grpcurl/releases/download/{{version}}/grpcurl_{{rawVersion}}_linux_x86_64.tar.gz"
version: "^v1.8"
token: "${{ secrets.GITHUB_TOKEN }}"
- name: "ping server"
run: |
grpcurl -rpc-header "authorization: Bearer action-health" -plaintext -d '{"schema": "definition user {}"}' localhost:50051 "authzed.api.v1.SchemaService/WriteSchema"