Skip to content

[Anaconda] - aiohttp - GHSA-jwhx-xcg6-8xhj - apply security patch (#1… #905

[Anaconda] - aiohttp - GHSA-jwhx-xcg6-8xhj - apply security patch (#1…

[Anaconda] - aiohttp - GHSA-jwhx-xcg6-8xhj - apply security patch (#1… #905

Workflow file for this run

name: Smoke test "ruby" build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
paths:
- src/ruby/**
- .github/workflows/smoke-ruby.yaml
- .github/actions/**
- build/**
jobs:
smoke-test:
name: Smoke test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
image: ruby