ayaports/.forgejo/workflows/action.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 30: cannot unmarshal !!seq into string
Antoine Martin 23480dc932
All checks were successful
/ test (push) Successful in 15s
add pr ci
2024-08-11 16:33:45 -04:00

31 lines
776 B
YAML

jobs:
lint:
run-name: lint
runs-on: x86_64
container:
image: alpine:edge
steps:
- run: |
sudo apk add shellcheck atools sudo abuild
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
lint
continue-on-error: true
build-x86_64:
run-name: Build on x86_64
runs-on: x86_64
container:
image: alpine:edge
steps:
- run: |
sudo apk add alpine-sdk lua-aports sudo
sudo addgroup $USER abuild
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
sudo -Eu $USER build.sh
- name: Upload math result for job 1
uses: actions/upload-artifact@v4
with:
name: package
path:
- packages/
- keys /