Skip to content

CI

CI #3

Workflow file for this run

---
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/staex-io/cijail-ci:latest
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