mirror of
https://github.com/danog/liquid.git
synced 2024-11-26 19:34:52 +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:
|
||||
matrix:
|
||||
go-version: [1.15.x, 1.16.x]
|
||||
# os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
# runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
[![go badge][go-svg]][go-url]
|
||||
[![Golangci-lint badge][golangci-lint-svg]][golangci-lint-url]
|
||||
[![][appveyor-svg]][appveyor-url]
|
||||
[![][go-report-card-svg]][go-report-card-url]
|
||||
[![][godoc-svg]][godoc-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-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