Skip to content

Create linked list and traversal of the linked list #3

Create linked list and traversal of the linked list

Create linked list and traversal of the linked list #3

Workflow file for this run

name: Thank You Workflow
on:
push:
branches:
- '**' # This will trigger on push events to any branch
jobs:
thank_you:
runs-on: ubuntu-latest
steps:
- name: Print Thank You Message
run: echo "Thank you for pushing to the branch"