Skip to content

Fixer: Use GLib.File API directly (#182) #20

Fixer: Use GLib.File API directly (#182)

Fixer: Use GLib.File API directly (#182) #20

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