Skip to content

Updating tld-update.yml - adds label and makes 'card' w project/state #23

Updating tld-update.yml - adds label and makes 'card' w project/state

Updating tld-update.yml - adds label and makes 'card' w project/state #23

Workflow file for this run

name: Test
on: push
permissions:
contents: read
jobs:
make-test:
name: make test
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install -y autopoint
- name: Run test
run: make test