Skip to content

chore: format

chore: format #164

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
version: [ "latest", "3.7.3" ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup SOPS
uses: ./
with:
version: ${{ matrix.version }}
- name: Test SOPS
run: sops --version