Skip to content

Merge branch 'main' of https://github.com/hahwul/noir #29

Merge branch 'main' of https://github.com/hahwul/noir

Merge branch 'main' of https://github.com/hahwul/noir #29

Workflow file for this run

name: Crystal Lint
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v3
- name: Crystal Ameba Linter
id: crystal-ameba
uses: crystal-ameba/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}