Skip to content

Bump @babel/compat-data from 7.21.4 to 7.21.7 #1294

Bump @babel/compat-data from 7.21.4 to 7.21.7

Bump @babel/compat-data from 7.21.4 to 7.21.7 #1294

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