Skip to content

workflow update 14

workflow update 14 #16

Workflow file for this run

# This workflow checks the dir structure
name: Structure
on:
push:
branches: ["main"]
jobs:
structure:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v3
- uses: d33pster/[email protected]
with:
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}