Skip to content

new_project: fixed empty project creation #44

new_project: fixed empty project creation

new_project: fixed empty project creation #44

Workflow file for this run

name: Check code style and run tests
on: [pull_request]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run tests
run: |
./test.sh
- run: echo "🍏 This job's status is ${{ job.status }}."