Skip to content

chore(readme): update dev section #15

chore(readme): update dev section

chore(readme): update dev section #15

Workflow file for this run

name: Arweave Name Token

Check failure on line 1 in .github/workflows/ant.yaml

View workflow run for this annotation

GitHub Actions / Arweave Name Token

Invalid workflow file

The workflow is not valid. .github/workflows/ant.yaml: (Line: 36, Col: 16, Idx: 776) - (Line: 36, Col: 21, Idx: 781): While scanning a plain scalar, find unexpected ':'.
on: [push, workflow_dispatch]
jobs:
busted:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Check out repository code
- name: Setup Lua
uses: leafo/gh-actions-lua@v10
with:
luaVersion: '5.3' # Specify the Lua version you need
- name: Setup LuaRocks
uses: leafo/[email protected]
- name: Install Busted
run: luarocks install ar-io-ao-0.1-1.rockspec
- name: Run Busted Tests
run: busted .
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
build:
runs-on: ubuntu-latest
strategy:
matrix:
step: [build:aos, test]
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn ${{ matrix.step }}