Skip to content

chore(actions): bump docker/setup-buildx-action from 2 to 3 (#9) #35

chore(actions): bump docker/setup-buildx-action from 2 to 3 (#9)

chore(actions): bump docker/setup-buildx-action from 2 to 3 (#9) #35

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@v3
- 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@v3
- run: go build
- run: ./mediawiki-extension-downloader --help