Skip to content

chore(actions): bump actions/checkout from 3 to 4 (#8) #36

chore(actions): bump actions/checkout from 3 to 4 (#8)

chore(actions): bump actions/checkout from 3 to 4 (#8) #36

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