Skip to content

added rustup target install for macOS #18

added rustup target install for macOS

added rustup target install for macOS #18

Workflow file for this run

name: Docker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Build
run: |
docker build -t svlint:1.0 .
docker run svlint:1.0