Skip to content

chore(actions): bump docker/login-action from 2 to 3 #30

chore(actions): bump docker/login-action from 2 to 3

chore(actions): bump docker/login-action from 2 to 3 #30

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