Skip to content

Create dummy CI workflow to kick things off #1

Create dummy CI workflow to kick things off

Create dummy CI workflow to kick things off #1

Workflow file for this run

name: 'Test'
on:
pull_request:
branches: [ "master" ]
push:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Greet
run: echo "Hello from CI"