Skip to content

better copy on the new manifest page #77

better copy on the new manifest page

better copy on the new manifest page #77

Workflow file for this run

name: "spec"
on: [push]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: build
run: |
docker build -f Dockerfile.test -t luarocks-test .
- name: test
run: |
docker run luarocks-test