Skip to content

Explicitly set ownership of github workspace directory. This is becau… #51

Explicitly set ownership of github workspace directory. This is becau…

Explicitly set ownership of github workspace directory. This is becau… #51

Workflow file for this run

---
name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/ci-action