mirror of
https://github.com/danog/liquid.git
synced 2024-11-30 05:48:56 +01:00
Replace Appveyor -> GitHub Actions matrix
This commit is contained in:
parent
81ead91790
commit
d4e2f72022
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
@ -5,9 +5,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.15.x, 1.16.x]
|
go-version: [1.15.x, 1.16.x]
|
||||||
# os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
# runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
[![go badge][go-svg]][go-url]
|
[![go badge][go-svg]][go-url]
|
||||||
[![Golangci-lint badge][golangci-lint-svg]][golangci-lint-url]
|
[![Golangci-lint badge][golangci-lint-svg]][golangci-lint-url]
|
||||||
[![][appveyor-svg]][appveyor-url]
|
|
||||||
[![][go-report-card-svg]][go-report-card-url]
|
[![][go-report-card-svg]][go-report-card-url]
|
||||||
[![][godoc-svg]][godoc-url]
|
[![][godoc-svg]][godoc-url]
|
||||||
[![][license-svg]][license-url]
|
[![][license-svg]][license-url]
|
||||||
@ -191,9 +190,3 @@ MIT License
|
|||||||
|
|
||||||
[go-report-card-url]: https://goreportcard.com/report/github.com/osteele/liquid
|
[go-report-card-url]: https://goreportcard.com/report/github.com/osteele/liquid
|
||||||
[go-report-card-svg]: https://goreportcard.com/badge/github.com/osteele/liquid
|
[go-report-card-svg]: https://goreportcard.com/badge/github.com/osteele/liquid
|
||||||
|
|
||||||
[travis-url]: https://travis-ci.org/osteele/liquid
|
|
||||||
[travis-svg]: https://img.shields.io/travis/osteele/liquid.svg?branch=master
|
|
||||||
|
|
||||||
[appveyor-url]: https://ci.appveyor.com/project/osteele/liquid
|
|
||||||
[appveyor-svg]: https://ci.appveyor.com/api/projects/status/76tnj36879n671jx?svg=true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user