Skip to content

chore: pages

chore: pages #1

Workflow file for this run

name: Check
on:
push:
jobs:
check:
if: ${{ !startsWith(github.event.head_commit.message, 'release:') }}
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Create report
run: |
mkdir -p reports
echo hello > reports/index.html
- name: Upload repots
uses: actions/upload-pages-artifact
with:
path: reports