fix some code style and add checks to ci
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
defmodule EventosWeb.UserSocket do
|
||||
@moduledoc """
|
||||
Channel for User
|
||||
"""
|
||||
use Phoenix.Socket
|
||||
|
||||
## Channels
|
||||
# Channels
|
||||
# channel "room:*", EventosWeb.RoomChannel
|
||||
|
||||
## Transports
|
||||
# Transports
|
||||
transport :websocket, Phoenix.Transports.WebSocket
|
||||
# transport :longpoll, Phoenix.Transports.LongPoll
|
||||
|
||||
|
||||
Reference in New Issue
Block a user