Skip to content

Use GHA for CI and stop uploading to cloudsmith #1

Use GHA for CI and stop uploading to cloudsmith

Use GHA for CI and stop uploading to cloudsmith #1

Workflow file for this run

name: CI (Pull Requests)
on:
pull_request:
jobs:
build:
# 4 cpu, 16G ram
runs-on: ubuntu-24.04
steps:
- name: Build And Test
uses: ./.github/actions/build-test