Skip to content

chore(docs): update readme #39

chore(docs): update readme

chore(docs): update readme #39

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- run: go test
build:
name: Build and run CLI application
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- run: go build
- run: ./mediawiki-extension-downloader --help