Skip to content

Don't destroy linked build directory on clean #50

Don't destroy linked build directory on clean

Don't destroy linked build directory on clean #50

Workflow file for this run

name: CI
on: push
jobs:
build-check:
name: Build check
runs-on: ubuntu-latest
steps:
- name: Checkout code
if: contains(github.event.head_commit.message, 'skip ci') == false
uses: actions/checkout@v3