Skip to content

refactor: move s050 migration into separate file (#1350) #3051

refactor: move s050 migration into separate file (#1350)

refactor: move s050 migration into separate file (#1350) #3051

Workflow file for this run

name: Misc CI (Language Agnostic)
on:
pull_request:
workflow_dispatch:
workflow_call:
secrets:
ORB_GIT_HUB_TOKEN:
required: true
CACHIX_AUTH_TOKEN:
required: false
push:
branches:
- main
- prod
tags:
- '**'
permissions:
contents: read
jobs:
fmt_toml:
name: TOML Format (Taplo)
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v5.0.0
with:
token: ${{ secrets.ORB_GIT_HUB_TOKEN }}
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # pin@v31.8.4
with:
github_access_token: ${{ secrets.ORB_GIT_HUB_TOKEN }}
- uses: cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # pin@v17
continue-on-error: true
with:
name: worldcoin
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Print environment
run: |
uname -a
nix develop -c env
- name: Check TOML formatting
run: |
nix develop -c \
taplo format --check