Skip to content

add key config vscode #185

add key config vscode

add key config vscode #185

Workflow file for this run

name: Container
on: push
jobs:
node-docker:
runs-on: ubuntu-latest
container:
image: centos:7
steps:
- name: Run install.sh
run: |
curl -s https://raw.githubusercontent.com/ryuichi1208/dotfiles/master/linux/install.sh \
| bash