Skip to content

CI

CI #9

Workflow file for this run

---
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/staex-io/cijail-ci:latest@sha256:d0b8c1face1d71971bbddd7f934409c212e077555e0316c9ada2e6b913a97e57
credentials:
username: token
password: ${{ secrets.GHCR_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
run: ./ci/lint.sh
- name: Test
run: ./ci/test.sh
- name: Build
run: ./ci/binaries.sh