Skip to content

Merge pull request #832 from Mindful-AI-Assistants/dependabot/github_… #1013

Merge pull request #832 from Mindful-AI-Assistants/dependabot/github_…

Merge pull request #832 from Mindful-AI-Assistants/dependabot/github_… #1013

Workflow file for this run

name: My Workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Another step
run: echo "This is another step in your workflow"