Skip to content

AutoFixTest: fix indentation, other code style for copy_recursive () … #22

AutoFixTest: fix indentation, other code style for copy_recursive () …

AutoFixTest: fix indentation, other code style for copy_recursive () … #22

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
Dockerhub:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v1
- name: Publish
run: |
docker login -u "${{ secrets.DockerUsername }}" -p "${{ secrets.DockerPassword }}"
docker build -t valalang/lint:latest .
docker push valalang/lint:latest