Skip to content

roles: introduce role for http servers #500

roles: introduce role for http servers

roles: introduce role for http servers #500

Workflow file for this run

name: Static analysis
on:
push:
pull_request:
jobs:
static-analysis:
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Tarantool
uses: tarantool/setup-tarantool@v1
with:
tarantool-version: '2.8'
- name: Setup luacheck
run: tarantoolctl rocks install luacheck 0.25.0
- run: cmake -S . -B build
- name: Run luacheck
run: make -C build luacheck