Skip to content

Bump postcss from 8.4.21 to 8.4.23 #1289

Bump postcss from 8.4.21 to 8.4.23

Bump postcss from 8.4.21 to 8.4.23 #1289

Workflow file for this run

name: Lucky Website CI
on:
push:
branches: [ main ]
pull_request:
branches: "*"
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crystal-lang/install-crystal@v1
with:
crystal: latest
- name: Install shards
run: shards install
- name: Format
run: crystal tool format --check
- name: Lint
run: ./bin/ameba
specs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crystal-lang/install-crystal@v1
with:
crystal: 1.7.3
- name: Install shards
run: shards install
- name: Setup Lucky
run: script/setup
- name: Run tests
run: crystal spec