Remove unused Go dependency and matrix #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci-only | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
with: | |
fetch-depth: 1 | |
- name: Initial Setup | |
run: | | |
sudo apt-get -qy install jq | |
- name: Validate Images | |
run: | | |
jq empty functions.json | |
jq empty templates.json |