Skip to content

Merge pull request #10 from DragonRuby/alexdenisov/version #23

Merge pull request #10 from DragonRuby/alexdenisov/version

Merge pull request #10 from DragonRuby/alexdenisov/version #23

Workflow file for this run

name: Linux CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: devcontainers/[email protected]
with:
imageName: ghcr.io/dragonruby/internal-lightstorm-ci
runCmd: |
cmake --workflow --preset lightstorm-ubuntu-ci