Minimal set of working Gitea workflows. #138

Merged
telackey merged 20 commits from telackey/f8lint into main 2024-01-23 05:58:14 +00:00
Showing only changes of commit be38f27988 - Show all commits

View File

@ -9,13 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install dependencies
run: npm install
- name: Test contract
run: |
sudo make contract-tools
sudo make test-contract
make contract-tools
# This seems to be an empty placeholder.
make test-contract