Skip to content

Update main.yml

Update main.yml #713

Workflow file for this run

name: Test

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: test
on:
# issues:
# types: [opened, edited]
# issue_comment:
# types: created #, edited]
# pull_request:
# types: opened
push:
# branches: wiki
paths-ignore:
- '.github/*'
- '.github/*_TEMPLATE/**'
- '*.yml'
workflow_dispatch:
# issues:
# types: [opened, reopened, edited]
# issue_comment:
# types: [created, edited]
# pull_request:
#defaults:
# run:
# shell: bash
jobs:
test:
# name: ${{ matrix.runs-on }}
runs-on: ubuntu-latest #${{ matrix.runs-on }}
# container: ${{ matrix.container }}
# strategy:
# fail-fast: false
# matrix:
# test: [a, b]
# container: [ubuntu:devel, '']
# runs-on: [ubuntu-latest, windows-latest, macos-latest] #[windows-latest, ubuntu-18.04, ubuntu-latest, macos-latest]
# env:
# pull_request_title: ${{ github.event.pull_request.title }}
# issue_title: ${{ github.event.issue.title }}
# POWERSHELL_TELEMETRY_OPTOUT: 1
# steps:
# - uses: actions/checkout@v4
# with:
# repository: ${{ github.repository }}.wiki
# - name: Update wiki
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# git remote add remote https://github.com/${{ github.repository }}.git
# git fetch remote wiki
# git reset --hard remote/wiki
# git push -f
# - name: test
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# test: ${{ matrix.test[0] }}
# run: |
# echo hi