github: switch to action from travis (#153)

This commit is contained in:
Changkun Ou
2020-12-17 23:45:11 +01:00
committed by GitHub
parent 66297323ad
commit 7ab24fe51c
5 changed files with 35 additions and 23 deletions

View File

@@ -1,10 +1,10 @@
FROM node:latest
LABEL "maintainer"="Changkun Ou <hi@changkun.us>"
LABEL "maintainer"="Changkun Ou <hi[at]changkun.de>"
LABEL "repository"="https://github.com/changkun/modern-cpp-tutorial"
LABEL "homepage"="https://changkun.de/modern-cpp/"
# FUCKING UNICODE
# For Unicode
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8