gitlab-org--gitlab-foss/app/controllers/ci/lints_controller.rb

11 lines
161 B
Ruby

# frozen_string_literal: true
module Ci
class LintsController < ::ApplicationController
before_action :authenticate_user!
def show
end
end
end