Skip to content

feat: add support for MATCHED_FILES and PACKAGE_FILES step argument #14

feat: add support for MATCHED_FILES and PACKAGE_FILES step argument

feat: add support for MATCHED_FILES and PACKAGE_FILES step argument #14

Workflow file for this run

name: CI Format
on:
pull_request:
env:
GO_VERSION: 1.22.4
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Golang
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Run check-format script
run: scripts/check-format.sh