Skip to content

Bump anishathalye/proof-html from 2.1.3 to 2.1.4 #982

Bump anishathalye/proof-html from 2.1.3 to 2.1.4

Bump anishathalye/proof-html from 2.1.3 to 2.1.4 #982

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"