feat: add 3 encoder/decoder thigns

This commit is contained in:
2024-10-15 15:31:17 +09:00
parent 5aaf1015aa
commit bdb00f739a
6 changed files with 165 additions and 1 deletions

View File

@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: wget -qO- https://get.pnpm.io/install.sh | sh -
- run: pnpm i
- run: wget https://dl.min.io/client/mc/release/linux-arm64/mc -O /tmp/mc
- run: chmod +x /tmp/mc
- run: /tmp/mc alias set minio http://minio-service.minio.svc.cluster.local:9000 ${{ secrets.MINIO_ACCESS_KEY }} ${{ secrets.MINIO_SECRET_KEY }}