Skip to content

Fix path to app launch script in chmod example #46

Fix path to app launch script in chmod example

Fix path to app launch script in chmod example #46

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