Skip to content

try_encode() の成功時の返り値を修正 #4

try_encode() の成功時の返り値を修正

try_encode() の成功時の返り値を修正 #4

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- "LICENSE"
- "**.md"
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: shiguredo/erlang:otp-27.1.2-openssl-3.4.0-ubuntu-24.04-x86_64
steps:
- uses: actions/checkout@v4
- run: make compile dialyzer test
- name: Slack Notification
if: failure()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: ${{ secrets.SLACK_INTERNAL_CHANNEL }}
SLACK_COLOR: danger
SLACK_TITLE: Failure test
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}