Skip to content

Remove GitLab CI related files #38

Remove GitLab CI related files

Remove GitLab CI related files #38

Workflow file for this run

name: hello-world
on: [push, pull_request]
jobs:
hello:
runs-on: ubuntu-22.04
steps:
- name: say-hello
run: echo "Hello World!"