Skip to content

[ruby] Set up initial bindings #5

[ruby] Set up initial bindings

[ruby] Set up initial bindings #5

Workflow file for this run

name: Build and test context-ruby
on:
push:
branches:
- main
tags:
- "*"
pull_request: {}
workflow_dispatch: {}
permissions:
id-token: write
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
working-directory: context-ruby

Check failure on line 25 in .github/workflows/ruby.yml

View workflow run for this annotation

GitHub Actions / Build and test context-ruby

Invalid workflow file

The workflow is not valid. .github/workflows/ruby.yml (Line: 25, Col: 9): Unexpected value 'working-directory'
- name: Test ruby package
if: "!cancelled()"
run: bundle exec rake test
working-directory: context-ruby