Skip to content

Fix CI

Fix CI #13

Workflow file for this run

name: OUR .ecmp file check CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/soviet-linux/cccp:main
steps:
- uses: actions/checkout@v3
- name: Test packages
run: spm-test install testing/src/*.ecmp && spm-test install lxde/src/*.ecmp && spm-test install xorg/src/*.ecmp && spm-test install xfce/src/*.ecmp && spm-test install kde/src/*.ecmp && spm-test install base/src/*.ecmp