Skip to content

lint: format and fix files #74

lint: format and fix files

lint: format and fix files #74

Workflow file for this run

name: Generate script metadata index
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate index
run: ./.github/workflows/scripts/generate-index.sh
- name: Upload index.json
run: |
gh release upload metadata-index index.json --clobber --repo "$GITHUB_REPOSITORY"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}