Skip to content

Create test.yml

Create test.yml #1

Workflow file for this run

name: test
on: push
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout Repository
uses: actions/checkout@v3
-
name: Test
run: echo git describe --tags