Skip to content

Bump gts from 5.2.0 to 5.3.0 #425

Bump gts from 5.2.0 to 5.3.0

Bump gts from 5.2.0 to 5.3.0 #425

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
npm run build
test: # make sure the action works on a clean machine without building
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: ./
id: install
- name: Get the sops version
run: sops --version